Html Css Color HEX #CC76D4 Orchid

📋 copy color: '#CC76D4'

red 204 ◦ green 118 ◦ blue 212

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

Shades of Orchid #CC76D4

Tints of Orchid #CC76D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.7%

R = 38.2%
G = 22.1%
B = 39.7%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC76D4 (or 0xCC76D4) is known color: Orchid. HEX triplet: CC, 76 and D4. RGB value is (204,118,212). Sum of RGB (Red+Green+Blue) = 204+118+212=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC76D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76D4 is #33892B. Grayscale: #9A9A9A. Windows color (decimal): -3377452 or 13924044. OLE color: 13924044.

HSL color Cylindrical-coordinate representation of color #CC76D4: hue angle of 294.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC76D4 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 118 212 -
CMYK 0.04 0.44 0 0.17
HSL 294.89º 0.52% 0.65% -
HSV(B) 294.89º 0.44% 0.83% -
XYZ 43.26 30.55 65.9 -
YUV 154.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 204 118 212 0.04 0.44 0 0.17 294.89 0.52 0.65
Hex CC 76 D4 4 2C 0 11 127 34 41
Octal 314 166 324 4 54 0 21 447 64 101
Binary 11001100 1110110 11010100 100 101100 0 10001 100100111 110100 1000001

Color Harmonies of #CC76D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76D4

Black with #CC76D4

Text Example


Text Example

White with #CC76D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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