Html Css Color HEX #C442FA Medium Orchid

📋 copy color: '#C442FA'

red 196 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #C442FA

Tints of Medium Orchid #C442FA

RGB

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

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

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

R = 38.28%
G = 12.89%
B = 48.83%

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

#C442FA (or 0xC442FA) is known color: Medium Orchid. HEX triplet: C4, 42 and FA. RGB value is (196,66,250). Sum of RGB (Red+Green+Blue) = 196+66+250=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #C442FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442FA is #3BBD05. Grayscale: #7D7D7D. Windows color (decimal): -3915014 or 16401092. OLE color: 16401092.

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

Color convert

RGB 196 66 250 -
CMYK 0.22 0.74 0 0.02
HSL 282.39º 0.95% 0.62% -
HSV(B) 282.39º 0.74% 0.98% -
XYZ 41.97 22.53 92.58 -
YUV 125.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 196 66 250 0.22 0.74 0 0.02 282.39 0.95 0.62
Hex C4 42 FA 16 4A 0 2 11A 5F 3E
Octal 304 102 372 26 112 0 2 432 137 76
Binary 11000100 1000010 11111010 10110 1001010 0 10 100011010 1011111 111110

Color Harmonies of #C442FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442FA

Black with #C442FA

Text Example


Text Example

White with #C442FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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