Html Css Color HEX #C076CF Orchid

📋 copy color: '#C076CF'

red 192 ◦ green 118 ◦ blue 207

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

Shades of Orchid #C076CF

Tints of Orchid #C076CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 37.14%
G = 22.82%
B = 40.04%

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

#C076CF (or 0xC076CF) is known color: Orchid. HEX triplet: C0, 76 and CF. RGB value is (192,118,207). Sum of RGB (Red+Green+Blue) = 192+118+207=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C076CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076CF is #3F8930. Grayscale: #959595. Windows color (decimal): -4163889 or 13596352. OLE color: 13596352.

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

Color convert

RGB 192 118 207 -
CMYK 0.07 0.43 0 0.19
HSL 289.89º 0.48% 0.64% -
HSV(B) 289.89º 0.43% 0.81% -
XYZ 39.48 28.67 62.48 -
YUV 150.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 192 118 207 0.07 0.43 0 0.19 289.89 0.48 0.64
Hex C0 76 CF 7 2B 0 13 122 30 40
Octal 300 166 317 7 53 0 23 442 60 100
Binary 11000000 1110110 11001111 111 101011 0 10011 100100010 110000 1000000

Color Harmonies of #C076CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076CF

Black with #C076CF

Text Example


Text Example

White with #C076CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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