Html Css Color HEX #C440FA Medium Orchid

📋 copy color: '#C440FA'

red 196 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #C440FA

Tints of Medium Orchid #C440FA

RGB

 RED value IS 196 (76.95% from 255) = 38.43%

 GREEN value IS 64 (25.39% from 255) = 12.55%

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

R = 38.43%
G = 12.55%
B = 49.02%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C440FA (or 0xC440FA) is known color: Medium Orchid. HEX triplet: C4, 40 and FA. RGB value is (196,64,250). Sum of RGB (Red+Green+Blue) = 196+64+250=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #C440FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440FA is #3BBF05. Grayscale: #7C7C7C. Windows color (decimal): -3915526 or 16400580. OLE color: 16400580.

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

Color convert

RGB 196 64 250 -
CMYK 0.22 0.74 0 0.02
HSL 282.58º 0.95% 0.62% -
HSV(B) 282.58º 0.74% 0.98% -
XYZ 41.85 22.3 92.54 -
YUV 124.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 196 64 250 0.22 0.74 0 0.02 282.58 0.95 0.62
Hex C4 40 FA 16 4A 0 2 11B 5F 3E
Octal 304 100 372 26 112 0 2 433 137 76
Binary 11000100 1000000 11111010 10110 1001010 0 10 100011011 1011111 111110

Color Harmonies of #C440FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440FA

Black with #C440FA

Text Example


Text Example

White with #C440FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440FA; }

 p { color: rgb(196,64,250); }

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

background-color css

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

 a { background-color: rgb(196,64,250); }

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

border-color css

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

 span { border-color: rgb(196,64,250); }

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