Html Css Color HEX #C64CD1 Medium Orchid

📋 copy color: '#C64CD1'

red 198 ◦ green 76 ◦ blue 209

#C64CD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C64CD1

Tints of Medium Orchid #C64CD1

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

 GREEN value IS 76 (30.08% from 255) = 15.73%

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 40.99%
G = 15.73%
B = 43.27%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C64CD1 (or 0xC64CD1) is known color: Medium Orchid. HEX triplet: C6, 4C and D1. RGB value is (198,76,209). Sum of RGB (Red+Green+Blue) = 198+76+209=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #C64CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CD1 is #39B32E. Grayscale: #7F7F7F. Windows color (decimal): -3781423 or 13716678. OLE color: 13716678.

HSL color Cylindrical-coordinate representation of color #C64CD1: hue angle of 295.04º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64CD1 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 76 209 -
CMYK 0.05 0.64 0 0.18
HSL 295.04º 0.59% 0.56% -
HSV(B) 295.04º 0.64% 0.82% -
XYZ 37.38 21.78 62.55 -
YUV 127.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 198 76 209 0.05 0.64 0 0.18 295.04 0.59 0.56
Hex C6 4C D1 5 40 0 12 127 3B 38
Octal 306 114 321 5 100 0 22 447 73 70
Binary 11000110 1001100 11010001 101 1000000 0 10010 100100111 111011 111000

Color Harmonies of #C64CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CD1

Black with #C64CD1

Text Example


Text Example

White with #C64CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CD1; }

 p { color: rgb(198,76,209); }

 H1.HeaderClassName
 {
   color: #C64CD1;
 }
 .AnyTagClassName
 {
   color: #C64CD1;
 }
</style>

background-color css

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

 a { background-color: rgb(198,76,209); }

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

border-color css

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

 span { border-color: rgb(198,76,209); }

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