Html Css Color HEX #C64ADE Medium Orchid

📋 copy color: '#C64ADE'

red 198 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #C64ADE

Tints of Medium Orchid #C64ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 40.08%
G = 14.98%
B = 44.94%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C64ADE (or 0xC64ADE) is known color: Medium Orchid. HEX triplet: C6, 4A and DE. RGB value is (198,74,222). Sum of RGB (Red+Green+Blue) = 198+74+222=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C64ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ADE is #39B521. Grayscale: #7F7F7F. Windows color (decimal): -3781922 or 14568134. OLE color: 14568134.

HSL color Cylindrical-coordinate representation of color #C64ADE: hue angle of 290.27º degrees, saturation: 0.69, 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 #C64ADE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 74 222 -
CMYK 0.11 0.67 0 0.13
HSL 290.27º 0.69% 0.58% -
HSV(B) 290.27º 0.67% 0.87% -
XYZ 38.92 22.18 71.34 -
YUV 127.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 198 74 222 0.11 0.67 0 0.13 290.27 0.69 0.58
Hex C6 4A DE B 43 0 D 122 45 3A
Octal 306 112 336 13 103 0 15 442 105 72
Binary 11000110 1001010 11011110 1011 1000011 0 1101 100100010 1000101 111010

Color Harmonies of #C64ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ADE

Black with #C64ADE

Text Example


Text Example

White with #C64ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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