Html Css Color HEX #C33EFA Medium Orchid

📋 copy color: '#C33EFA'

red 195 ◦ green 62 ◦ blue 250

#C33EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C33EFA

Tints of Medium Orchid #C33EFA

RGB

 RED value IS 195 (76.56% from 255) = 38.46%

 GREEN value IS 62 (24.61% from 255) = 12.23%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 38.46%
G = 12.23%
B = 49.31%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C33EFA (or 0xC33EFA) is known color: Medium Orchid. HEX triplet: C3, 3E and FA. RGB value is (195,62,250). Sum of RGB (Red+Green+Blue) = 195+62+250=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C33EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EFA is #3CC105. Grayscale: #7A7A7A. Windows color (decimal): -3981574 or 16400067. OLE color: 16400067.

HSL color Cylindrical-coordinate representation of color #C33EFA: hue angle of 282.45º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33EFA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 62 250 -
CMYK 0.22 0.75 0 0.02
HSL 282.45º 0.95% 0.61% -
HSV(B) 282.45º 0.75% 0.98% -
XYZ 41.48 21.95 92.49 -
YUV 123.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 195 62 250 0.22 0.75 0 0.02 282.45 0.95 0.61
Hex C3 3E FA 16 4B 0 2 11A 5F 3D
Octal 303 76 372 26 113 0 2 432 137 75
Binary 11000011 111110 11111010 10110 1001011 0 10 100011010 1011111 111101

Color Harmonies of #C33EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EFA

Black with #C33EFA

Text Example


Text Example

White with #C33EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EFA; }

 p { color: rgb(195,62,250); }

 H1.HeaderClassName
 {
   color: #C33EFA;
 }
 .AnyTagClassName
 {
   color: #C33EFA;
 }
</style>

background-color css

<style>
 a { background-color: #C33EFA; }

 a { background-color: rgb(195,62,250); }

 div.DivClassName
 {
   background-color: #C33EFA;
 }
 .BgClassName
 {
   background-color: #C33EFA;
 }
</style>

border-color css

<style>
 span { border-color: #C33EFA; }

 span { border-color: rgb(195,62,250); }

 td.TdClassName
 {
   border-color: #C33EFA;
 }
 .TagClassName
 {
   border-color: #C33EFA;
 }
</style>