Html Css Color HEX #C64ADC Medium Orchid

📋 copy color: '#C64ADC'

red 198 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #C64ADC

Tints of Medium Orchid #C64ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 40.24%
G = 15.04%
B = 44.72%

CMYK

 C value IS 0.1

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C64ADC (or 0xC64ADC) is known color: Medium Orchid. HEX triplet: C6, 4A and DC. RGB value is (198,74,220). Sum of RGB (Red+Green+Blue) = 198+74+220=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C64ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ADC is #39B523. Grayscale: #7F7F7F. Windows color (decimal): -3781924 or 14437062. OLE color: 14437062.

HSL color Cylindrical-coordinate representation of color #C64ADC: hue angle of 290.96º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64ADC is Cyan = 0.1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 74 220 -
CMYK 0.1 0.66 0 0.14
HSL 290.96º 0.68% 0.58% -
HSV(B) 290.96º 0.66% 0.86% -
XYZ 38.66 22.07 69.93 -
YUV 127.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 198 74 220 0.1 0.66 0 0.14 290.96 0.68 0.58
Hex C6 4A DC A 42 0 E 123 44 3A
Octal 306 112 334 12 102 0 16 443 104 72
Binary 11000110 1001010 11011100 1010 1000010 0 1110 100100011 1000100 111010

Color Harmonies of #C64ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ADC

Black with #C64ADC

Text Example


Text Example

White with #C64ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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