Html Css Color HEX #C64DDA Medium Orchid

📋 copy color: '#C64DDA'

red 198 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #C64DDA

Tints of Medium Orchid #C64DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 40.16%
G = 15.62%
B = 44.22%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C64DDA (or 0xC64DDA) is known color: Medium Orchid. HEX triplet: C6, 4D and DA. RGB value is (198,77,218). Sum of RGB (Red+Green+Blue) = 198+77+218=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #C64DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DDA is #39B225. Grayscale: #808080. Windows color (decimal): -3781158 or 14306758. OLE color: 14306758.

HSL color Cylindrical-coordinate representation of color #C64DDA: hue angle of 291.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64DDA is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 77 218 -
CMYK 0.09 0.65 0 0.15
HSL 291.49º 0.66% 0.58% -
HSV(B) 291.49º 0.65% 0.85% -
XYZ 38.6 22.38 68.61 -
YUV 129.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 198 77 218 0.09 0.65 0 0.15 291.49 0.66 0.58
Hex C6 4D DA 9 41 0 F 123 42 3A
Octal 306 115 332 11 101 0 17 443 102 72
Binary 11000110 1001101 11011010 1001 1000001 0 1111 100100011 1000010 111010

Color Harmonies of #C64DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DDA

Black with #C64DDA

Text Example


Text Example

White with #C64DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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