Html Css Color HEX #C64AE1 Medium Orchid

📋 copy color: '#C64AE1'

red 198 ◦ green 74 ◦ blue 225

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

Shades of Medium Orchid #C64AE1

Tints of Medium Orchid #C64AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 39.84%
G = 14.89%
B = 45.27%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C64AE1 (or 0xC64AE1) is known color: Medium Orchid. HEX triplet: C6, 4A and E1. RGB value is (198,74,225). Sum of RGB (Red+Green+Blue) = 198+74+225=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #C64AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AE1 is #39B51E. Grayscale: #7F7F7F. Windows color (decimal): -3781919 or 14764742. OLE color: 14764742.

HSL color Cylindrical-coordinate representation of color #C64AE1: hue angle of 289.27º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64AE1 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 74 225 -
CMYK 0.12 0.67 0 0.12
HSL 289.27º 0.72% 0.59% -
HSV(B) 289.27º 0.67% 0.88% -
XYZ 39.33 22.34 73.47 -
YUV 128.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 198 74 225 0.12 0.67 0 0.12 289.27 0.72 0.59
Hex C6 4A E1 C 43 0 C 121 48 3B
Octal 306 112 341 14 103 0 14 441 110 73
Binary 11000110 1001010 11100001 1100 1000011 0 1100 100100001 1001000 111011

Color Harmonies of #C64AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AE1

Black with #C64AE1

Text Example


Text Example

White with #C64AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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