Html Css Color HEX #C64AF1 Medium Orchid

📋 copy color: '#C64AF1'

red 198 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #C64AF1

Tints of Medium Orchid #C64AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 38.6%
G = 14.42%
B = 46.98%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C64AF1 (or 0xC64AF1) is known color: Medium Orchid. HEX triplet: C6, 4A and F1. RGB value is (198,74,241). Sum of RGB (Red+Green+Blue) = 198+74+241=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #C64AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AF1 is #39B50E. Grayscale: #818181. Windows color (decimal): -3781903 or 15813318. OLE color: 15813318.

HSL color Cylindrical-coordinate representation of color #C64AF1: hue angle of 284.55º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64AF1 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 74 241 -
CMYK 0.18 0.69 0 0.05
HSL 284.55º 0.86% 0.62% -
HSV(B) 284.55º 0.69% 0.95% -
XYZ 41.61 23.25 85.51 -
YUV 130.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 198 74 241 0.18 0.69 0 0.05 284.55 0.86 0.62
Hex C6 4A F1 12 45 0 5 11D 56 3E
Octal 306 112 361 22 105 0 5 435 126 76
Binary 11000110 1001010 11110001 10010 1000101 0 101 100011101 1010110 111110

Color Harmonies of #C64AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AF1

Black with #C64AF1

Text Example


Text Example

White with #C64AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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