Html Css Color HEX #CC55EE Medium Orchid

📋 copy color: '#CC55EE'

red 204 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #CC55EE

Tints of Medium Orchid #CC55EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 38.71%
G = 16.13%
B = 45.16%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC55EE (or 0xCC55EE) is known color: Medium Orchid. HEX triplet: CC, 55 and EE. RGB value is (204,85,238). Sum of RGB (Red+Green+Blue) = 204+85+238=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55EE is #33AA11. Grayscale: #898989. Windows color (decimal): -3385874 or 15619532. OLE color: 15619532.

HSL color Cylindrical-coordinate representation of color #CC55EE: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC55EE is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 85 238 -
CMYK 0.14 0.64 0 0.07
HSL 286.67º 0.82% 0.63% -
HSV(B) 286.67º 0.64% 0.93% -
XYZ 43.58 25.51 83.52 -
YUV 138.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 204 85 238 0.14 0.64 0 0.07 286.67 0.82 0.63
Hex CC 55 EE E 40 0 7 11F 52 3F
Octal 314 125 356 16 100 0 7 437 122 77
Binary 11001100 1010101 11101110 1110 1000000 0 111 100011111 1010010 111111

Color Harmonies of #CC55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55EE

Black with #CC55EE

Text Example


Text Example

White with #CC55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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