Html Css Color HEX #CC7CDD Orchid

📋 copy color: '#CC7CDD'

red 204 ◦ green 124 ◦ blue 221

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

Shades of Orchid #CC7CDD

Tints of Orchid #CC7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

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

R = 37.16%
G = 22.59%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC7CDD (or 0xCC7CDD) is known color: Orchid. HEX triplet: CC, 7C and DD. RGB value is (204,124,221). Sum of RGB (Red+Green+Blue) = 204+124+221=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CDD is #338322. Grayscale: #9E9E9E. Windows color (decimal): -3375907 or 14515404. OLE color: 14515404.

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

Color convert

RGB 204 124 221 -
CMYK 0.08 0.44 0 0.13
HSL 289.48º 0.59% 0.68% -
HSV(B) 289.48º 0.44% 0.87% -
XYZ 45.16 32.47 72.29 -
YUV 158.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 204 124 221 0.08 0.44 0 0.13 289.48 0.59 0.68
Hex CC 7C DD 8 2C 0 D 121 3B 44
Octal 314 174 335 10 54 0 15 441 73 104
Binary 11001100 1111100 11011101 1000 101100 0 1101 100100001 111011 1000100

Color Harmonies of #CC7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CDD

Black with #CC7CDD

Text Example


Text Example

White with #CC7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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