Html Css Color HEX #C64DD0 Medium Orchid

📋 copy color: '#C64DD0'

red 198 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #C64DD0

Tints of Medium Orchid #C64DD0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.94%

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 40.99%
G = 15.94%
B = 43.06%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C64DD0 (or 0xC64DD0) is known color: Medium Orchid. HEX triplet: C6, 4D and D0. RGB value is (198,77,208). Sum of RGB (Red+Green+Blue) = 198+77+208=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #C64DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DD0 is #39B22F. Grayscale: #7F7F7F. Windows color (decimal): -3781168 or 13651398. OLE color: 13651398.

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

Color convert

RGB 198 77 208 -
CMYK 0.05 0.63 0 0.18
HSL 295.42º 0.58% 0.56% -
HSV(B) 295.42º 0.63% 0.82% -
XYZ 37.33 21.87 61.93 -
YUV 128.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 198 77 208 0.05 0.63 0 0.18 295.42 0.58 0.56
Hex C6 4D D0 5 3F 0 12 127 3A 38
Octal 306 115 320 5 77 0 22 447 72 70
Binary 11000110 1001101 11010000 101 111111 0 10010 100100111 111010 111000

Color Harmonies of #C64DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DD0

Black with #C64DD0

Text Example


Text Example

White with #C64DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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