Html Css Color HEX #CC76CF Orchid

📋 copy color: '#CC76CF'

red 204 ◦ green 118 ◦ blue 207

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

Shades of Orchid #CC76CF

Tints of Orchid #CC76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 38.56%
G = 22.31%
B = 39.13%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC76CF (or 0xCC76CF) is known color: Orchid. HEX triplet: CC, 76 and CF. RGB value is (204,118,207). Sum of RGB (Red+Green+Blue) = 204+118+207=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76CF is #338930. Grayscale: #999999. Windows color (decimal): -3377457 or 13596364. OLE color: 13596364.

HSL color Cylindrical-coordinate representation of color #CC76CF: hue angle of 297.98º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC76CF is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 118 207 -
CMYK 0.01 0.43 0 0.19
HSL 297.98º 0.48% 0.64% -
HSV(B) 297.98º 0.43% 0.81% -
XYZ 42.64 30.3 62.63 -
YUV 153.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 204 118 207 0.01 0.43 0 0.19 297.98 0.48 0.64
Hex CC 76 CF 1 2B 0 13 12A 30 40
Octal 314 166 317 1 53 0 23 452 60 100
Binary 11001100 1110110 11001111 1 101011 0 10011 100101010 110000 1000000

Color Harmonies of #CC76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76CF

Black with #CC76CF

Text Example


Text Example

White with #CC76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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