Html Css Color HEX #C076C8 Orchid

📋 copy color: '#C076C8'

red 192 ◦ green 118 ◦ blue 200

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

Shades of Orchid #C076C8

Tints of Orchid #C076C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 37.65%
G = 23.14%
B = 39.22%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C076C8 (or 0xC076C8) is known color: Orchid. HEX triplet: C0, 76 and C8. RGB value is (192,118,200). Sum of RGB (Red+Green+Blue) = 192+118+200=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #C076C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076C8 is #3F8937. Grayscale: #959595. Windows color (decimal): -4163896 or 13137600. OLE color: 13137600.

HSL color Cylindrical-coordinate representation of color #C076C8: hue angle of 294.15º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C076C8 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 118 200 -
CMYK 0.04 0.41 0 0.22
HSL 294.15º 0.43% 0.62% -
HSV(B) 294.15º 0.41% 0.78% -
XYZ 38.64 28.33 58.08 -
YUV 149.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 192 118 200 0.04 0.41 0 0.22 294.15 0.43 0.62
Hex C0 76 C8 4 29 0 16 126 2B 3E
Octal 300 166 310 4 51 0 26 446 53 76
Binary 11000000 1110110 11001000 100 101001 0 10110 100100110 101011 111110

Color Harmonies of #C076C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076C8

Black with #C076C8

Text Example


Text Example

White with #C076C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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