Html Css Color HEX #C64AFD Medium Orchid

📋 copy color: '#C64AFD'

red 198 ◦ green 74 ◦ blue 253

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

Shades of Medium Orchid #C64AFD

Tints of Medium Orchid #C64AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 37.71%
G = 14.1%
B = 48.19%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C64AFD (or 0xC64AFD) is known color: Medium Orchid. HEX triplet: C6, 4A and FD. RGB value is (198,74,253). Sum of RGB (Red+Green+Blue) = 198+74+253=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C64AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFD is #39B502. Grayscale: #828282. Windows color (decimal): -3781891 or 16599750. OLE color: 16599750.

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

Color convert

RGB 198 74 253 -
CMYK 0.22 0.71 0 0.01
HSL 281.56º 0.98% 0.64% -
HSV(B) 281.56º 0.71% 0.99% -
XYZ 43.47 24 95.27 -
YUV 131.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 198 74 253 0.22 0.71 0 0.01 281.56 0.98 0.64
Hex C6 4A FD 16 47 0 1 11A 62 40
Octal 306 112 375 26 107 0 1 432 142 100
Binary 11000110 1001010 11111101 10110 1000111 0 1 100011010 1100010 1000000

Color Harmonies of #C64AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AFD

Black with #C64AFD

Text Example


Text Example

White with #C64AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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