Html Css Color HEX #C077CF Orchid

📋 copy color: '#C077CF'

red 192 ◦ green 119 ◦ blue 207

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

Shades of Orchid #C077CF

Tints of Orchid #C077CF

RGB

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

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

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

R = 37.07%
G = 22.97%
B = 39.96%

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

#C077CF (or 0xC077CF) is known color: Orchid. HEX triplet: C0, 77 and CF. RGB value is (192,119,207). Sum of RGB (Red+Green+Blue) = 192+119+207=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #C077CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077CF is #3F8830. Grayscale: #969696. Windows color (decimal): -4163633 or 13596608. OLE color: 13596608.

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

Color convert

RGB 192 119 207 -
CMYK 0.07 0.43 0 0.19
HSL 289.77º 0.48% 0.64% -
HSV(B) 289.77º 0.43% 0.81% -
XYZ 39.6 28.91 62.52 -
YUV 150.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 192 119 207 0.07 0.43 0 0.19 289.77 0.48 0.64
Hex C0 77 CF 7 2B 0 13 122 30 40
Octal 300 167 317 7 53 0 23 442 60 100
Binary 11000000 1110111 11001111 111 101011 0 10011 100100010 110000 1000000

Color Harmonies of #C077CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077CF

Black with #C077CF

Text Example


Text Example

White with #C077CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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