Html Css Color HEX #C64AFE Medium Orchid

📋 copy color: '#C64AFE'

red 198 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #C64AFE

Tints of Medium Orchid #C64AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 37.64%
G = 14.07%
B = 48.29%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C64AFE (or 0xC64AFE) is known color: Medium Orchid. HEX triplet: C6, 4A and FE. RGB value is (198,74,254). Sum of RGB (Red+Green+Blue) = 198+74+254=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C64AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFE is #39B501. Grayscale: #838383. Windows color (decimal): -3781890 or 16665286. OLE color: 16665286.

HSL color Cylindrical-coordinate representation of color #C64AFE: hue angle of 281.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64AFE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 74 254 -
CMYK 0.22 0.71 0 0.00
HSL 281.33º 0.99% 0.64% -
HSV(B) 281.33º 0.71% 1% -
XYZ 43.63 24.06 96.11 -
YUV 131.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 198 74 254 0.22 0.71 0 0.00 281.33 0.99 0.64
Hex C6 4A FE 16 47 0 0 119 63 40
Octal 306 112 376 26 107 0 0 431 143 100
Binary 11000110 1001010 11111110 10110 1000111 0 0 100011001 1100011 1000000

Color Harmonies of #C64AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AFE

Black with #C64AFE

Text Example


Text Example

White with #C64AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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