Html Css Color HEX #CC7DB9 Orchid

📋 copy color: '#CC7DB9'

red 204 ◦ green 125 ◦ blue 185

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

Shades of Orchid #CC7DB9

Tints of Orchid #CC7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.32%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 39.69%
G = 24.32%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC7DB9 (or 0xCC7DB9) is known color: Orchid. HEX triplet: CC, 7D and B9. RGB value is (204,125,185). Sum of RGB (Red+Green+Blue) = 204+125+185=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DB9 is #338246. Grayscale: #9B9B9B. Windows color (decimal): -3375687 or 12156364. OLE color: 12156364.

HSL color Cylindrical-coordinate representation of color #CC7DB9: hue angle of 314.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DB9 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 185 -
CMYK 0 0.39 0.09 0.2
HSL 314.43º 0.44% 0.65% -
HSV(B) 314.43º 0.39% 0.8% -
XYZ 40.99 31.01 49.72 -
YUV 155.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 204 125 185 0 0.39 0.09 0.2 314.43 0.44 0.65
Hex CC 7D B9 0 27 9 14 13A 2C 41
Octal 314 175 271 0 47 11 24 472 54 101
Binary 11001100 1111101 10111001 0 100111 1001 10100 100111010 101100 1000001

Color Harmonies of #CC7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DB9

Black with #CC7DB9

Text Example


Text Example

White with #CC7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DB9; }

 p { color: rgb(204,125,185); }

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

background-color css

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

 a { background-color: rgb(204,125,185); }

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

border-color css

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

 span { border-color: rgb(204,125,185); }

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