#C069D4

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

Shades of Medium Orchid #C069D4

Tints of Medium Orchid #C069D4

Color information

#C069D4 (or 0xC069D4) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and D4. RGB value is (192,105,212). Sum of RGB (Red+Green+Blue) = 192+105+212=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #C069D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069D4 is #3F962B. Grayscale: #8E8E8E. Windows color (decimal): -4167212 or 13920704. OLE color: 13920704.

HSL color Cylindrical-coordinate representation of color #C069D4: hue angle of 288.79º 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 #C069D4 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192105212-
CMYK0.090.5000.17
HSL288.79º55.44%62.16%-
HSV(B)288.79º50.47%83.14%-
XYZ38.6726.0665.28-
YUV143.21166.82162.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=37.72%
G=20.63%
B=41.65%

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
Decimal1921052120.090.5000.17288.7955.4462.16
HexC069D4932011121373e
Octal30015132411620214416776
Binary110000001101001110101001001110010010001100100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069D4; }

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

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

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

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

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

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

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

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