#C64DD3

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

Shades of Medium Orchid #C64DD3

Tints of Medium Orchid #C64DD3

Color information

#C64DD3 (or 0xC64DD3) is unknown color: approx Medium Orchid. HEX triplet: C6, 4D and D3. RGB value is (198,77,211). Sum of RGB (Red+Green+Blue) = 198+77+211=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #C64DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DD3 is #39B22C. Grayscale: #808080. Windows color (decimal): -3781165 or 13848006. OLE color: 13848006.

HSL color Cylindrical-coordinate representation of color #C64DD3: hue angle of 294.18º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64DD3 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19877211-
CMYK0.060.6400.17
HSL294.18º60.36%56.47%-
HSV(B)294.18º63.51%82.75%-
XYZ37.722.0263.89-
YUV128.45174.59177.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 77 (30.47% from 255) = 15.84%
BLUE value IS 211 (82.81% from 255) = 43.42%
R=40.74%
G=15.84%
B=43.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198772110.060.6400.17294.1860.3656.47
HexC64DD36400111263c38
Octal30611532361000214467470
Binary110001101001101110100111101000000010001100100110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64DD3; }

 p { color: rgb(198,77,211); }

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

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

 a { background-color: rgb(198,77,211); }

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

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

 span { border-color: rgb(198,77,211); }

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