#C069D3

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

Shades of Medium Orchid #C069D3

Tints of Medium Orchid #C069D3

Color information

#C069D3 (or 0xC069D3) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and D3. RGB value is (192,105,211). Sum of RGB (Red+Green+Blue) = 192+105+211=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #C069D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069D3 is #3F962C. Grayscale: #8E8E8E. Windows color (decimal): -4167213 or 13855168. OLE color: 13855168.

HSL color Cylindrical-coordinate representation of color #C069D3: hue angle of 289.25º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C069D3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192105211-
CMYK0.090.5000.17
HSL289.25º54.64%61.96%-
HSV(B)289.25º50.24%82.75%-
XYZ38.5526.0164.62-
YUV143.1166.32162.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=37.80%
G=20.67%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921052110.090.5000.17289.2554.6461.96
HexC069D3932011121373e
Octal30015132311620214416776
Binary110000001101001110100111001110010010001100100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069D3; }

 p { color: rgb(192,105,211); }

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

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

 a { background-color: rgb(192,105,211); }

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

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

 span { border-color: rgb(192,105,211); }

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