Html Css Color HEX #C64AF9 Medium Orchid

📋 copy color: '#C64AF9'

red 198 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #C64AF9

Tints of Medium Orchid #C64AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 38%
G = 14.2%
B = 47.79%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C64AF9 (or 0xC64AF9) is known color: Medium Orchid. HEX triplet: C6, 4A and F9. RGB value is (198,74,249). Sum of RGB (Red+Green+Blue) = 198+74+249=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #C64AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AF9 is #39B506. Grayscale: #828282. Windows color (decimal): -3781895 or 16337606. OLE color: 16337606.

HSL color Cylindrical-coordinate representation of color #C64AF9: hue angle of 282.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64AF9 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 74 249 -
CMYK 0.20 0.70 0 0.02
HSL 282.51º 0.94% 0.63% -
HSV(B) 282.51º 0.7% 0.98% -
XYZ 42.84 23.74 91.95 -
YUV 131.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 198 74 249 0.20 0.70 0 0.02 282.51 0.94 0.63
Hex C6 4A F9 14 46 0 2 11B 5E 3F
Octal 306 112 371 24 106 0 2 433 136 77
Binary 11000110 1001010 11111001 10100 1000110 0 10 100011011 1011110 111111

Color Harmonies of #C64AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AF9

Black with #C64AF9

Text Example


Text Example

White with #C64AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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