Html Css Color HEX #C64DFA Medium Orchid

📋 copy color: '#C64DFA'

red 198 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #C64DFA

Tints of Medium Orchid #C64DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.67%

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

R = 37.71%
G = 14.67%
B = 47.62%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C64DFA (or 0xC64DFA) is known color: Medium Orchid. HEX triplet: C6, 4D and FA. RGB value is (198,77,250). Sum of RGB (Red+Green+Blue) = 198+77+250=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C64DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFA is #39B205. Grayscale: #848484. Windows color (decimal): -3781126 or 16403910. OLE color: 16403910.

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

Color convert

RGB 198 77 250 -
CMYK 0.21 0.69 0 0.02
HSL 281.97º 0.95% 0.64% -
HSV(B) 281.97º 0.69% 0.98% -
XYZ 43.2 24.22 92.84 -
YUV 132.9 194.09 174.43 -
System Red Green Blue C M Y K H S L
Decimal 198 77 250 0.21 0.69 0 0.02 281.97 0.95 0.64
Hex C6 4D FA 15 45 0 2 11A 5F 40
Octal 306 115 372 25 105 0 2 432 137 100
Binary 11000110 1001101 11111010 10101 1000101 0 10 100011010 1011111 1000000

Color Harmonies of #C64DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DFA

Black with #C64DFA

Text Example


Text Example

White with #C64DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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