Html Css Color HEX #C443FA Medium Orchid

📋 copy color: '#C443FA'

red 196 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #C443FA

Tints of Medium Orchid #C443FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.06%

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

R = 38.21%
G = 13.06%
B = 48.73%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C443FA (or 0xC443FA) is known color: Medium Orchid. HEX triplet: C4, 43 and FA. RGB value is (196,67,250). Sum of RGB (Red+Green+Blue) = 196+67+250=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C443FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443FA is #3BBC05. Grayscale: #7D7D7D. Windows color (decimal): -3914758 or 16401348. OLE color: 16401348.

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

Color convert

RGB 196 67 250 -
CMYK 0.22 0.73 0 0.02
HSL 282.3º 0.95% 0.62% -
HSV(B) 282.3º 0.73% 0.98% -
XYZ 42.03 22.65 92.6 -
YUV 126.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 196 67 250 0.22 0.73 0 0.02 282.3 0.95 0.62
Hex C4 43 FA 16 49 0 2 11A 5F 3E
Octal 304 103 372 26 111 0 2 432 137 76
Binary 11000100 1000011 11111010 10110 1001001 0 10 100011010 1011111 111110

Color Harmonies of #C443FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443FA

Black with #C443FA

Text Example


Text Example

White with #C443FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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