Html Css Color HEX #C64AD1 Medium Orchid

📋 copy color: '#C64AD1'

red 198 ◦ green 74 ◦ blue 209

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

Shades of Medium Orchid #C64AD1

Tints of Medium Orchid #C64AD1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

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

R = 41.16%
G = 15.38%
B = 43.45%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C64AD1 (or 0xC64AD1) is known color: Medium Orchid. HEX triplet: C6, 4A and D1. RGB value is (198,74,209). Sum of RGB (Red+Green+Blue) = 198+74+209=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #C64AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AD1 is #39B52E. Grayscale: #7E7E7E. Windows color (decimal): -3781935 or 13716166. OLE color: 13716166.

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

Color convert

RGB 198 74 209 -
CMYK 0.05 0.65 0 0.18
HSL 295.11º 0.59% 0.55% -
HSV(B) 295.11º 0.65% 0.82% -
XYZ 37.25 21.51 62.51 -
YUV 126.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 198 74 209 0.05 0.65 0 0.18 295.11 0.59 0.55
Hex C6 4A D1 5 41 0 12 127 3B 37
Octal 306 112 321 5 101 0 22 447 73 67
Binary 11000110 1001010 11010001 101 1000001 0 10010 100100111 111011 110111

Color Harmonies of #C64AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AD1

Black with #C64AD1

Text Example


Text Example

White with #C64AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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