#C368CD

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

Shades of Medium Orchid #C368CD

Tints of Medium Orchid #C368CD

Color information

#C368CD (or 0xC368CD) is unknown color: approx Medium Orchid. HEX triplet: C3, 68 and CD. RGB value is (195,104,205). Sum of RGB (Red+Green+Blue) = 195+104+205=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C368CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368CD is #3C9732. Grayscale: #8E8E8E. Windows color (decimal): -3970867 or 13461699. OLE color: 13461699.

HSL color Cylindrical-coordinate representation of color #C368CD: hue angle of 294.06º 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 #C368CD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195104205-
CMYK0.050.4900.20
HSL294.06º50.25%60.59%-
HSV(B)294.06º49.27%80.39%-
XYZ38.4825.9160.73-
YUV142.72163.15165.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=38.69%
G=20.63%
B=40.67%

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
Decimal1951042050.050.4900.20294.0650.2560.59
HexC368CD531014126323d
Octal3031503155610244466275
Binary11000011110100011001101101110001010100100100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368CD; }

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

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

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

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

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

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

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

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