#C065CB

Color #C065CB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C065CB

Tints of Medium Orchid #C065CB

Color information

#C065CB (or 0xC065CB) is unknown color: approx Medium Orchid. HEX triplet: C0, 65 and CB. RGB value is (192,101,203). Sum of RGB (Red+Green+Blue) = 192+101+203=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C065CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CB is #3F9A34. Grayscale: #8B8B8B. Windows color (decimal): -4168245 or 13329856. OLE color: 13329856.

HSL color Cylindrical-coordinate representation of color #C065CB: hue angle of 293.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C065CB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192101203-
CMYK0.050.5000.20
HSL293.53º49.51%59.61%-
HSV(B)293.53º50.25%79.61%-
XYZ37.1724.8359.33-
YUV139.84163.65165.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=38.71%
G=20.36%
B=40.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921012030.050.5000.20293.5349.5159.61
HexC065CB532014126323c
Octal3001453135620244466274
Binary11000000110010111001011101110010010100100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065CB; }

 p { color: rgb(192,101,203); }

 H1.HeaderClassName
 {
   color: #C065CB;
 }
 .AnyTagClassName
 {
   color: #C065CB;
 }
</style>
background-color css

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

 a { background-color: rgb(192,101,203); }

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

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

 span { border-color: rgb(192,101,203); }

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