Html Css Color HEX #CC33EA Medium Orchid

📋 copy color: '#CC33EA'

red 204 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #CC33EA

Tints of Medium Orchid #CC33EA

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

 GREEN value IS 51 (20.31% from 255) = 10.43%

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

R = 41.72%
G = 10.43%
B = 47.85%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC33EA (or 0xCC33EA) is known color: Medium Orchid. HEX triplet: CC, 33 and EA. RGB value is (204,51,234). Sum of RGB (Red+Green+Blue) = 204+51+234=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33EA is #33CC15. Grayscale: #757575. Windows color (decimal): -3394582 or 15348684. OLE color: 15348684.

HSL color Cylindrical-coordinate representation of color #CC33EA: hue angle of 290.16º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC33EA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 51 234 -
CMYK 0.13 0.78 0 0.08
HSL 290.16º 0.81% 0.56% -
HSV(B) 290.16º 0.78% 0.92% -
XYZ 40.94 21.15 79.77 -
YUV 117.61 193.69 189.62 -
System Red Green Blue C M Y K H S L
Decimal 204 51 234 0.13 0.78 0 0.08 290.16 0.81 0.56
Hex CC 33 EA D 4E 0 8 122 51 38
Octal 314 63 352 15 116 0 10 442 121 70
Binary 11001100 110011 11101010 1101 1001110 0 1000 100100010 1010001 111000

Color Harmonies of #CC33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33EA

Black with #CC33EA

Text Example


Text Example

White with #CC33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33EA; }

 p { color: rgb(204,51,234); }

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

background-color css

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

 a { background-color: rgb(204,51,234); }

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

border-color css

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

 span { border-color: rgb(204,51,234); }

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