#C369CD

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

Shades of Medium Orchid #C369CD

Tints of Medium Orchid #C369CD

Color information

#C369CD (or 0xC369CD) is unknown color: approx Medium Orchid. HEX triplet: C3, 69 and CD. RGB value is (195,105,205). Sum of RGB (Red+Green+Blue) = 195+105+205=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C369CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CD is #3C9632. Grayscale: #8F8F8F. Windows color (decimal): -3970611 or 13461955. OLE color: 13461955.

HSL color Cylindrical-coordinate representation of color #C369CD: hue angle of 294º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C369CD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195105205-
CMYK0.050.4900.20
HSL294º50%60.78%-
HSV(B)294º48.78%80.39%-
XYZ38.5826.1160.76-
YUV143.31162.82164.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=38.61%
G=20.79%
B=40.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951052050.050.4900.202945060.78
HexC369CD531014126323d
Octal3031513155610244466275
Binary11000011110100111001101101110001010100100100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369CD; }

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

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

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

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

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

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

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

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