#C369DE

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

Shades of Medium Orchid #C369DE

Tints of Medium Orchid #C369DE

Color information

#C369DE (or 0xC369DE) is unknown color: approx Medium Orchid. HEX triplet: C3, 69 and DE. RGB value is (195,105,222). Sum of RGB (Red+Green+Blue) = 195+105+222=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C369DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DE is #3C9621. Grayscale: #909090. Windows color (decimal): -3970594 or 14576067. OLE color: 14576067.

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

Color convert

RGB195105222-
CMYK0.120.5300.13
HSL286.15º63.93%64.12%-
HSV(B)286.15º52.7%87.06%-
XYZ40.7426.9872.17-
YUV145.25171.32163.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=37.36%
G=20.11%
B=42.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951052220.120.5300.13286.1563.9364.12
HexC369DEC350D11e4040
Octal3031513361465015436100100
Binary1100001111010011101111011001101010110110001111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369DE; }

 p { color: rgb(195,105,222); }

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

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

 a { background-color: rgb(195,105,222); }

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

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

 span { border-color: rgb(195,105,222); }

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