Html Css Color HEX #C242FA Medium Orchid

📋 copy color: '#C242FA'

red 194 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #C242FA

Tints of Medium Orchid #C242FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.94%

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

R = 38.04%
G = 12.94%
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

#C242FA (or 0xC242FA) is known color: Medium Orchid. HEX triplet: C2, 42 and FA. RGB value is (194,66,250). Sum of RGB (Red+Green+Blue) = 194+66+250=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 66 (26.17% from 255 or 12.94% 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 #C242FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242FA is #3DBD05. Grayscale: #7C7C7C. Windows color (decimal): -4046086 or 16401090. OLE color: 16401090.

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

Color convert

RGB 194 66 250 -
CMYK 0.22 0.74 0 0.02
HSL 281.74º 0.95% 0.62% -
HSV(B) 281.74º 0.74% 0.98% -
XYZ 41.45 22.27 92.56 -
YUV 125.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 194 66 250 0.22 0.74 0 0.02 281.74 0.95 0.62
Hex C2 42 FA 16 4A 0 2 11A 5F 3E
Octal 302 102 372 26 112 0 2 432 137 76
Binary 11000010 1000010 11111010 10110 1001010 0 10 100011010 1011111 111110

Color Harmonies of #C242FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242FA

Black with #C242FA

Text Example


Text Example

White with #C242FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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