Html Css Color HEX #C64ADA Medium Orchid

📋 copy color: '#C64ADA'

red 198 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #C64ADA

Tints of Medium Orchid #C64ADA

RGB

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

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

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

R = 40.41%
G = 15.1%
B = 44.49%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C64ADA (or 0xC64ADA) is known color: Medium Orchid. HEX triplet: C6, 4A and DA. RGB value is (198,74,218). Sum of RGB (Red+Green+Blue) = 198+74+218=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #C64ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ADA is #39B525. Grayscale: #7F7F7F. Windows color (decimal): -3781926 or 14305990. OLE color: 14305990.

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

Color convert

RGB 198 74 218 -
CMYK 0.09 0.66 0 0.15
HSL 291.67º 0.66% 0.57% -
HSV(B) 291.67º 0.66% 0.85% -
XYZ 38.39 21.97 68.55 -
YUV 127.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 198 74 218 0.09 0.66 0 0.15 291.67 0.66 0.57
Hex C6 4A DA 9 42 0 F 124 42 39
Octal 306 112 332 11 102 0 17 444 102 71
Binary 11000110 1001010 11011010 1001 1000010 0 1111 100100100 1000010 111001

Color Harmonies of #C64ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ADA

Black with #C64ADA

Text Example


Text Example

White with #C64ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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