#c76ccb

Color #C76CCB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C76CCB

Tints of Orchid #C76CCB

Color information

#C76CCB (or 0xC76CCB) is unknown color: approx Orchid. HEX triplet: C7, 6C and CB. RGB value is (199,108,203). Sum of RGB (Red+Green+Blue) = 199+108+203=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C76CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCB is #389334. Grayscale: #919191. Windows color (decimal): -3707701 or 13331655. OLE color: 13331655.

HSL color Cylindrical-coordinate representation of color #C76CCB: hue angle of 297.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76CCB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199108203-
CMYK0.020.4700.20
HSL297.47º47.74%60.98%-
HSV(B)297.47º46.8%79.61%-
XYZ39.727.1859.65-
YUV146.04160.15165.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=39.02%
G=21.18%
B=39.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991082030.020.4700.20297.4747.7460.98
HexC76CCB22F014129303d
Octal3071543132570244516075
Binary1100011111011001100101110101111010100100101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76ccb; }

 p { color: rgb(199,108,203); }

 H1.HeaderClassName
 {
   color: #c76ccb;
 }
 .AnyTagClassName
 {
   color: #c76ccb;
 }
</style>
background-color css

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

 a { background-color: rgb(199,108,203); }

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

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

 span { border-color: rgb(199,108,203); }

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