Html Css Color HEX #C076CE Orchid

📋 copy color: '#C076CE'

red 192 ◦ green 118 ◦ blue 206

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

Shades of Orchid #C076CE

Tints of Orchid #C076CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 37.21%
G = 22.87%
B = 39.92%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C076CE (or 0xC076CE) is known color: Orchid. HEX triplet: C0, 76 and CE. RGB value is (192,118,206). Sum of RGB (Red+Green+Blue) = 192+118+206=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C076CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076CE is #3F8931. Grayscale: #959595. Windows color (decimal): -4163890 or 13530816. OLE color: 13530816.

HSL color Cylindrical-coordinate representation of color #C076CE: hue angle of 290.45º degrees, saturation: 0.47, 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 #C076CE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 118 206 -
CMYK 0.07 0.43 0 0.19
HSL 290.45º 0.47% 0.64% -
HSV(B) 290.45º 0.43% 0.81% -
XYZ 39.36 28.62 61.84 -
YUV 150.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 192 118 206 0.07 0.43 0 0.19 290.45 0.47 0.64
Hex C0 76 CE 7 2B 0 13 122 2F 40
Octal 300 166 316 7 53 0 23 442 57 100
Binary 11000000 1110110 11001110 111 101011 0 10011 100100010 101111 1000000

Color Harmonies of #C076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076CE

Black with #C076CE

Text Example


Text Example

White with #C076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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