Html Css Color HEX #CC76D7 Orchid

📋 copy color: '#CC76D7'

red 204 ◦ green 118 ◦ blue 215

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

Shades of Orchid #CC76D7

Tints of Orchid #CC76D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 37.99%
G = 21.97%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC76D7 (or 0xCC76D7) is known color: Orchid. HEX triplet: CC, 76 and D7. RGB value is (204,118,215). Sum of RGB (Red+Green+Blue) = 204+118+215=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76D7 is #338928. Grayscale: #9A9A9A. Windows color (decimal): -3377449 or 14120652. OLE color: 14120652.

HSL color Cylindrical-coordinate representation of color #CC76D7: hue angle of 293.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC76D7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 118 215 -
CMYK 0.05 0.45 0 0.16
HSL 293.2º 0.55% 0.65% -
HSV(B) 293.2º 0.45% 0.84% -
XYZ 43.65 30.7 67.92 -
YUV 154.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 204 118 215 0.05 0.45 0 0.16 293.2 0.55 0.65
Hex CC 76 D7 5 2D 0 10 125 37 41
Octal 314 166 327 5 55 0 20 445 67 101
Binary 11001100 1110110 11010111 101 101101 0 10000 100100101 110111 1000001

Color Harmonies of #CC76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76D7

Black with #CC76D7

Text Example


Text Example

White with #CC76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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