Html Css Color HEX #C64AFA Medium Orchid

📋 copy color: '#C64AFA'

red 198 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #C64AFA

Tints of Medium Orchid #C64AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 37.93%
G = 14.18%
B = 47.89%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C64AFA (or 0xC64AFA) is known color: Medium Orchid. HEX triplet: C6, 4A and FA. RGB value is (198,74,250). Sum of RGB (Red+Green+Blue) = 198+74+250=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C64AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFA is #39B505. Grayscale: #828282. Windows color (decimal): -3781894 or 16403142. OLE color: 16403142.

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

Color convert

RGB 198 74 250 -
CMYK 0.21 0.70 0 0.02
HSL 282.27º 0.95% 0.64% -
HSV(B) 282.27º 0.7% 0.98% -
XYZ 42.99 23.81 92.77 -
YUV 131.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 198 74 250 0.21 0.70 0 0.02 282.27 0.95 0.64
Hex C6 4A FA 15 46 0 2 11A 5F 40
Octal 306 112 372 25 106 0 2 432 137 100
Binary 11000110 1001010 11111010 10101 1000110 0 10 100011010 1011111 1000000

Color Harmonies of #C64AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AFA

Black with #C64AFA

Text Example


Text Example

White with #C64AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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