Html Css Color HEX #C64ADD Medium Orchid

📋 copy color: '#C64ADD'

red 198 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #C64ADD

Tints of Medium Orchid #C64ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 40.16%
G = 15.01%
B = 44.83%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C64ADD (or 0xC64ADD) is known color: Medium Orchid. HEX triplet: C6, 4A and DD. RGB value is (198,74,221). Sum of RGB (Red+Green+Blue) = 198+74+221=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C64ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ADD is #39B522. Grayscale: #7F7F7F. Windows color (decimal): -3781923 or 14502598. OLE color: 14502598.

HSL color Cylindrical-coordinate representation of color #C64ADD: hue angle of 290.61º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64ADD is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 74 221 -
CMYK 0.10 0.67 0 0.13
HSL 290.61º 0.68% 0.58% -
HSV(B) 290.61º 0.67% 0.87% -
XYZ 38.79 22.12 70.63 -
YUV 127.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 198 74 221 0.10 0.67 0 0.13 290.61 0.68 0.58
Hex C6 4A DD A 43 0 D 123 44 3A
Octal 306 112 335 12 103 0 15 443 104 72
Binary 11000110 1001010 11011101 1010 1000011 0 1101 100100011 1000100 111010

Color Harmonies of #C64ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ADD

Black with #C64ADD

Text Example


Text Example

White with #C64ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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