Html Css Color HEX #C240FA Medium Orchid

📋 copy color: '#C240FA'

red 194 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #C240FA

Tints of Medium Orchid #C240FA

RGB

 RED value IS 194 (76.17% from 255) = 38.19%

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

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

R = 38.19%
G = 12.6%
B = 49.21%

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

#C240FA (or 0xC240FA) is known color: Medium Orchid. HEX triplet: C2, 40 and FA. RGB value is (194,64,250). Sum of RGB (Red+Green+Blue) = 194+64+250=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C240FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240FA is #3DBF05. Grayscale: #7B7B7B. Windows color (decimal): -4046598 or 16400578. OLE color: 16400578.

HSL color Cylindrical-coordinate representation of color #C240FA: hue angle of 281.94º 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 #C240FA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 64 250 -
CMYK 0.22 0.74 0 0.02
HSL 281.94º 0.95% 0.62% -
HSV(B) 281.94º 0.74% 0.98% -
XYZ 41.34 22.04 92.52 -
YUV 124.07 199.07 177.88 -
System Red Green Blue C M Y K H S L
Decimal 194 64 250 0.22 0.74 0 0.02 281.94 0.95 0.62
Hex C2 40 FA 16 4A 0 2 11A 5F 3E
Octal 302 100 372 26 112 0 2 432 137 76
Binary 11000010 1000000 11111010 10110 1001010 0 10 100011010 1011111 111110

Color Harmonies of #C240FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240FA

Black with #C240FA

Text Example


Text Example

White with #C240FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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