#C069CA

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

Shades of Medium Orchid #C069CA

Tints of Medium Orchid #C069CA

Color information

#C069CA (or 0xC069CA) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and CA. RGB value is (192,105,202). Sum of RGB (Red+Green+Blue) = 192+105+202=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C069CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069CA is #3F9635. Grayscale: #8D8D8D. Windows color (decimal): -4167222 or 13265344. OLE color: 13265344.

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

Color convert

RGB192105202-
CMYK0.050.4800.21
HSL293.81º47.78%60.2%-
HSV(B)293.81º48.02%79.22%-
XYZ37.4525.5758.84-
YUV142.07161.82163.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=38.48%
G=21.04%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921052020.050.4800.21293.8147.7860.2
HexC069CA530015126303c
Octal3001513125600254466074
Binary11000000110100111001010101110000010101100100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069CA; }

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

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

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

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

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

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

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

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