Html Css Color HEX #C076C6 Orchid

📋 copy color: '#C076C6'

red 192 ◦ green 118 ◦ blue 198

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

Shades of Orchid #C076C6

Tints of Orchid #C076C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 37.8%
G = 23.23%
B = 38.98%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C076C6 (or 0xC076C6) is known color: Orchid. HEX triplet: C0, 76 and C6. RGB value is (192,118,198). Sum of RGB (Red+Green+Blue) = 192+118+198=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #C076C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076C6 is #3F8939. Grayscale: #959595. Windows color (decimal): -4163898 or 13006528. OLE color: 13006528.

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

Color convert

RGB 192 118 198 -
CMYK 0.03 0.40 0 0.22
HSL 295.5º 0.41% 0.62% -
HSV(B) 295.5º 0.4% 0.78% -
XYZ 38.41 28.24 56.85 -
YUV 149.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 192 118 198 0.03 0.40 0 0.22 295.5 0.41 0.62
Hex C0 76 C6 3 28 0 16 128 29 3E
Octal 300 166 306 3 50 0 26 450 51 76
Binary 11000000 1110110 11000110 11 101000 0 10110 100101000 101001 111110

Color Harmonies of #C076C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076C6

Black with #C076C6

Text Example


Text Example

White with #C076C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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