Html Css Color HEX #CC55EA Medium Orchid

📋 copy color: '#CC55EA'

red 204 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #CC55EA

Tints of Medium Orchid #CC55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.25%

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

R = 39.01%
G = 16.25%
B = 44.74%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC55EA (or 0xCC55EA) is known color: Medium Orchid. HEX triplet: CC, 55 and EA. RGB value is (204,85,234). Sum of RGB (Red+Green+Blue) = 204+85+234=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55EA is #33AA15. Grayscale: #898989. Windows color (decimal): -3385878 or 15357388. OLE color: 15357388.

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

Color convert

RGB 204 85 234 -
CMYK 0.13 0.64 0 0.08
HSL 287.92º 0.78% 0.63% -
HSV(B) 287.92º 0.64% 0.92% -
XYZ 43 25.27 80.45 -
YUV 137.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 204 85 234 0.13 0.64 0 0.08 287.92 0.78 0.63
Hex CC 55 EA D 40 0 8 120 4E 3F
Octal 314 125 352 15 100 0 10 440 116 77
Binary 11001100 1010101 11101010 1101 1000000 0 1000 100100000 1001110 111111

Color Harmonies of #CC55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55EA

Black with #CC55EA

Text Example


Text Example

White with #CC55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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