Html Css Color HEX #C077CB Orchid

📋 copy color: '#C077CB'

red 192 ◦ green 119 ◦ blue 203

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

Shades of Orchid #C077CB

Tints of Orchid #C077CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

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

R = 37.35%
G = 23.15%
B = 39.49%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C077CB (or 0xC077CB) is known color: Orchid. HEX triplet: C0, 77 and CB. RGB value is (192,119,203). Sum of RGB (Red+Green+Blue) = 192+119+203=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C077CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077CB is #3F8834. Grayscale: #969696. Windows color (decimal): -4163637 or 13334464. OLE color: 13334464.

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

Color convert

RGB 192 119 203 -
CMYK 0.05 0.41 0 0.20
HSL 292.14º 0.45% 0.63% -
HSV(B) 292.14º 0.41% 0.8% -
XYZ 39.11 28.71 59.98 -
YUV 150.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 192 119 203 0.05 0.41 0 0.20 292.14 0.45 0.63
Hex C0 77 CB 5 29 0 14 124 2D 3F
Octal 300 167 313 5 51 0 24 444 55 77
Binary 11000000 1110111 11001011 101 101001 0 10100 100100100 101101 111111

Color Harmonies of #C077CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077CB

Black with #C077CB

Text Example


Text Example

White with #C077CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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