Html Css Color HEX #C076CB Orchid

📋 copy color: '#C076CB'

red 192 ◦ green 118 ◦ blue 203

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

Shades of Orchid #C076CB

Tints of Orchid #C076CB

RGB

 RED value IS 192 (75.39% from 255) = 37.43%

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 37.43%
G = 23%
B = 39.57%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C076CB (or 0xC076CB) is known color: Orchid. HEX triplet: C0, 76 and CB. RGB value is (192,118,203). Sum of RGB (Red+Green+Blue) = 192+118+203=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C076CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076CB is #3F8934. Grayscale: #959595. Windows color (decimal): -4163893 or 13334208. OLE color: 13334208.

HSL color Cylindrical-coordinate representation of color #C076CB: hue angle of 292.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C076CB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 118 203 -
CMYK 0.05 0.42 0 0.20
HSL 292.24º 0.45% 0.63% -
HSV(B) 292.24º 0.42% 0.8% -
XYZ 39 28.48 59.94 -
YUV 149.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 192 118 203 0.05 0.42 0 0.20 292.24 0.45 0.63
Hex C0 76 CB 5 2A 0 14 124 2D 3F
Octal 300 166 313 5 52 0 24 444 55 77
Binary 11000000 1110110 11001011 101 101010 0 10100 100100100 101101 111111

Color Harmonies of #C076CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076CB

Black with #C076CB

Text Example


Text Example

White with #C076CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076CB; }

 p { color: rgb(192,118,203); }

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

background-color css

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

 a { background-color: rgb(192,118,203); }

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

border-color css

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

 span { border-color: rgb(192,118,203); }

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