Html Css Color HEX #C64AFF Medium Orchid

📋 copy color: '#C64AFF'

red 198 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #C64AFF

Tints of Medium Orchid #C64AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 37.57%
G = 14.04%
B = 48.39%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C64AFF (or 0xC64AFF) is known color: Medium Orchid. HEX triplet: C6, 4A and FF. RGB value is (198,74,255). Sum of RGB (Red+Green+Blue) = 198+74+255=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFF is #39B500. Grayscale: #838383. Windows color (decimal): -3781889 or 16730822. OLE color: 16730822.

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

Color convert

RGB 198 74 255 -
CMYK 0.22 0.71 0 0
HSL 281.11º 1% 0.65% -
HSV(B) 281.11º 0.71% 1% -
XYZ 43.79 24.12 96.96 -
YUV 131.71 197.58 175.28 -
System Red Green Blue C M Y K H S L
Decimal 198 74 255 0.22 0.71 0 0 281.11 1 0.65
Hex C6 4A FF 16 47 0 0 119 64 41
Octal 306 112 377 26 107 0 0 431 144 101
Binary 11000110 1001010 11111111 10110 1000111 0 0 100011001 1100100 1000001

Color Harmonies of #C64AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AFF

Black with #C64AFF

Text Example


Text Example

White with #C64AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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