#C06BCA

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

Shades of Medium Orchid #C06BCA

Tints of Medium Orchid #C06BCA

Color information

#C06BCA (or 0xC06BCA) is unknown color: approx Medium Orchid. HEX triplet: C0, 6B and CA. RGB value is (192,107,202). Sum of RGB (Red+Green+Blue) = 192+107+202=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCA is #3F9435. Grayscale: #8E8E8E. Windows color (decimal): -4166710 or 13265856. OLE color: 13265856.

HSL color Cylindrical-coordinate representation of color #C06BCA: hue angle of 293.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06BCA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192107202-
CMYK0.050.4700.21
HSL293.68º47.26%60.59%-
HSV(B)293.68º47.03%79.22%-
XYZ37.6625.9958.91-
YUV143.24161.16162.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=38.32%
G=21.36%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921072020.050.4700.21293.6847.2660.59
HexC06BCA52F0151262f3d
Octal3001533125570254465775
Binary11000000110101111001010101101111010101100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BCA; }

 p { color: rgb(192,107,202); }

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

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

 a { background-color: rgb(192,107,202); }

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

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

 span { border-color: rgb(192,107,202); }

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