Html Css Color HEX #CC55DE Medium Orchid

📋 copy color: '#CC55DE'

red 204 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #CC55DE

Tints of Medium Orchid #CC55DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 39.92%
G = 16.63%
B = 43.44%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC55DE (or 0xCC55DE) is known color: Medium Orchid. HEX triplet: CC, 55 and DE. RGB value is (204,85,222). Sum of RGB (Red+Green+Blue) = 204+85+222=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC55DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55DE is #33AA21. Grayscale: #878787. Windows color (decimal): -3385890 or 14570956. OLE color: 14570956.

HSL color Cylindrical-coordinate representation of color #CC55DE: hue angle of 292.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC55DE is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 85 222 -
CMYK 0.08 0.62 0 0.13
HSL 292.12º 0.67% 0.6% -
HSV(B) 292.12º 0.62% 0.87% -
XYZ 41.34 24.61 71.68 -
YUV 136.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 204 85 222 0.08 0.62 0 0.13 292.12 0.67 0.6
Hex CC 55 DE 8 3E 0 D 124 43 3C
Octal 314 125 336 10 76 0 15 444 103 74
Binary 11001100 1010101 11011110 1000 111110 0 1101 100100100 1000011 111100

Color Harmonies of #CC55DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55DE

Black with #CC55DE

Text Example


Text Example

White with #CC55DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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