Html Css Color HEX #CC7DBF Orchid

📋 copy color: '#CC7DBF'

red 204 ◦ green 125 ◦ blue 191

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

Shades of Orchid #CC7DBF

Tints of Orchid #CC7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 39.23%
G = 24.04%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC7DBF (or 0xCC7DBF) is known color: Orchid. HEX triplet: CC, 7D and BF. RGB value is (204,125,191). Sum of RGB (Red+Green+Blue) = 204+125+191=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DBF is #338240. Grayscale: #9B9B9B. Windows color (decimal): -3375681 or 12549580. OLE color: 12549580.

HSL color Cylindrical-coordinate representation of color #CC7DBF: hue angle of 309.87º 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 #CC7DBF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 191 -
CMYK 0 0.39 0.06 0.2
HSL 309.87º 0.44% 0.65% -
HSV(B) 309.87º 0.39% 0.8% -
XYZ 41.64 31.27 53.13 -
YUV 156.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 204 125 191 0 0.39 0.06 0.2 309.87 0.44 0.65
Hex CC 7D BF 0 27 6 14 136 2C 41
Octal 314 175 277 0 47 6 24 466 54 101
Binary 11001100 1111101 10111111 0 100111 110 10100 100110110 101100 1000001

Color Harmonies of #CC7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DBF

Black with #CC7DBF

Text Example


Text Example

White with #CC7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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