Html Css Color HEX #CC5CDD Medium Orchid

📋 copy color: '#CC5CDD'

red 204 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #CC5CDD

Tints of Medium Orchid #CC5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.79%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 39.46%
G = 17.79%
B = 42.75%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC5CDD (or 0xCC5CDD) is known color: Medium Orchid. HEX triplet: CC, 5C and DD. RGB value is (204,92,221). Sum of RGB (Red+Green+Blue) = 204+92+221=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CDD is #33A322. Grayscale: #8B8B8B. Windows color (decimal): -3384099 or 14507212. OLE color: 14507212.

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

Color convert

RGB 204 92 221 -
CMYK 0.08 0.58 0 0.13
HSL 292.09º 0.65% 0.61% -
HSV(B) 292.09º 0.58% 0.87% -
XYZ 41.78 25.71 71.17 -
YUV 140.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 204 92 221 0.08 0.58 0 0.13 292.09 0.65 0.61
Hex CC 5C DD 8 3A 0 D 124 41 3D
Octal 314 134 335 10 72 0 15 444 101 75
Binary 11001100 1011100 11011101 1000 111010 0 1101 100100100 1000001 111101

Color Harmonies of #CC5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CDD

Black with #CC5CDD

Text Example


Text Example

White with #CC5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CDD; }

 p { color: rgb(204,92,221); }

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

background-color css

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

 a { background-color: rgb(204,92,221); }

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

border-color css

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

 span { border-color: rgb(204,92,221); }

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