Html Css Color HEX #C33EEA Medium Orchid

📋 copy color: '#C33EEA'

red 195 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #C33EEA

Tints of Medium Orchid #C33EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 39.71%
G = 12.63%
B = 47.66%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C33EEA (or 0xC33EEA) is known color: Medium Orchid. HEX triplet: C3, 3E and EA. RGB value is (195,62,234). Sum of RGB (Red+Green+Blue) = 195+62+234=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C33EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EEA is #3CC115. Grayscale: #787878. Windows color (decimal): -3981590 or 15351491. OLE color: 15351491.

HSL color Cylindrical-coordinate representation of color #C33EEA: hue angle of 286.4º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33EEA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 62 234 -
CMYK 0.17 0.74 0 0.08
HSL 286.4º 0.8% 0.58% -
HSV(B) 286.4º 0.74% 0.92% -
XYZ 39.08 20.99 79.83 -
YUV 121.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 195 62 234 0.17 0.74 0 0.08 286.4 0.8 0.58
Hex C3 3E EA 11 4A 0 8 11E 50 3A
Octal 303 76 352 21 112 0 10 436 120 72
Binary 11000011 111110 11101010 10001 1001010 0 1000 100011110 1010000 111010

Color Harmonies of #C33EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EEA

Black with #C33EEA

Text Example


Text Example

White with #C33EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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