#C369DD

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

Shades of Medium Orchid #C369DD

Tints of Medium Orchid #C369DD

Color information

#C369DD (or 0xC369DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 69 and DD. RGB value is (195,105,221). Sum of RGB (Red+Green+Blue) = 195+105+221=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C369DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DD is #3C9622. Grayscale: #909090. Windows color (decimal): -3970595 or 14510531. OLE color: 14510531.

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

Color convert

RGB195105221-
CMYK0.120.5200.13
HSL286.55º63.04%63.92%-
HSV(B)286.55º52.49%86.67%-
XYZ40.6126.9371.46-
YUV145.13170.82163.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=37.43%
G=20.15%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951052210.120.5200.13286.5563.0463.92
HexC369DDC340D11f3f40
Octal303151335146401543777100
Binary110000111101001110111011100110100011011000111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369DD; }

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

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

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

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

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

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

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

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