#C967DE

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

Shades of Medium Orchid #C967DE

Tints of Medium Orchid #C967DE

Color information

#C967DE (or 0xC967DE) is unknown color: approx Medium Orchid. HEX triplet: C9, 67 and DE. RGB value is (201,103,222). Sum of RGB (Red+Green+Blue) = 201+103+222=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C967DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DE is #369821. Grayscale: #919191. Windows color (decimal): -3577890 or 14575561. OLE color: 14575561.

HSL color Cylindrical-coordinate representation of color #C967DE: hue angle of 289.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C967DE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201103222-
CMYK0.090.5400.13
HSL289.41º64.32%63.73%-
HSV(B)289.41º53.6%87.06%-
XYZ42.1227.3972.17-
YUV145.87170.97167.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=38.21%
G=19.58%
B=42.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011032220.090.5400.13289.4164.3263.73
HexC967DE9360D1214040
Octal3111473361166015441100100
Binary1100100111001111101111010011101100110110010000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967DE; }

 p { color: rgb(201,103,222); }

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

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

 a { background-color: rgb(201,103,222); }

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

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

 span { border-color: rgb(201,103,222); }

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