Html Css Color HEX #C64AD6 Medium Orchid

📋 copy color: '#C64AD6'

red 198 ◦ green 74 ◦ blue 214

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

Shades of Medium Orchid #C64AD6

Tints of Medium Orchid #C64AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 40.74%
G = 15.23%
B = 44.03%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C64AD6 (or 0xC64AD6) is known color: Medium Orchid. HEX triplet: C6, 4A and D6. RGB value is (198,74,214). Sum of RGB (Red+Green+Blue) = 198+74+214=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #C64AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AD6 is #39B529. Grayscale: #7E7E7E. Windows color (decimal): -3781930 or 14043846. OLE color: 14043846.

HSL color Cylindrical-coordinate representation of color #C64AD6: hue angle of 293.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64AD6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 74 214 -
CMYK 0.07 0.65 0 0.16
HSL 293.14º 0.63% 0.56% -
HSV(B) 293.14º 0.65% 0.84% -
XYZ 37.88 21.76 65.82 -
YUV 127.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 198 74 214 0.07 0.65 0 0.16 293.14 0.63 0.56
Hex C6 4A D6 7 41 0 10 125 3F 38
Octal 306 112 326 7 101 0 20 445 77 70
Binary 11000110 1001010 11010110 111 1000001 0 10000 100100101 111111 111000

Color Harmonies of #C64AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AD6

Black with #C64AD6

Text Example


Text Example

White with #C64AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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