Html Css Color HEX #CC76DF Orchid

📋 copy color: '#CC76DF'

red 204 ◦ green 118 ◦ blue 223

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

Shades of Orchid #CC76DF

Tints of Orchid #CC76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.65%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 37.43%
G = 21.65%
B = 40.92%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC76DF (or 0xCC76DF) is known color: Orchid. HEX triplet: CC, 76 and DF. RGB value is (204,118,223). Sum of RGB (Red+Green+Blue) = 204+118+223=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76DF is #338920. Grayscale: #9B9B9B. Windows color (decimal): -3377441 or 14644940. OLE color: 14644940.

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

Color convert

RGB 204 118 223 -
CMYK 0.09 0.47 0 0.13
HSL 289.14º 0.62% 0.67% -
HSV(B) 289.14º 0.47% 0.87% -
XYZ 44.7 31.12 73.46 -
YUV 155.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 204 118 223 0.09 0.47 0 0.13 289.14 0.62 0.67
Hex CC 76 DF 9 2F 0 D 121 3E 43
Octal 314 166 337 11 57 0 15 441 76 103
Binary 11001100 1110110 11011111 1001 101111 0 1101 100100001 111110 1000011

Color Harmonies of #CC76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76DF

Black with #CC76DF

Text Example


Text Example

White with #CC76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76DF; }

 p { color: rgb(204,118,223); }

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

background-color css

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

 a { background-color: rgb(204,118,223); }

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

border-color css

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

 span { border-color: rgb(204,118,223); }

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