Html Css Color HEX #C438FA Medium Orchid

📋 copy color: '#C438FA'

red 196 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #C438FA

Tints of Medium Orchid #C438FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.16%

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

R = 39.04%
G = 11.16%
B = 49.8%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C438FA (or 0xC438FA) is known color: Medium Orchid. HEX triplet: C4, 38 and FA. RGB value is (196,56,250). Sum of RGB (Red+Green+Blue) = 196+56+250=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C438FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C438FA is #3BC705. Grayscale: #777777. Windows color (decimal): -3917574 or 16398532. OLE color: 16398532.

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

Color convert

RGB 196 56 250 -
CMYK 0.22 0.78 0 0.02
HSL 283.3º 0.95% 0.6% -
HSV(B) 283.3º 0.78% 0.98% -
XYZ 41.43 21.47 92.4 -
YUV 119.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 196 56 250 0.22 0.78 0 0.02 283.3 0.95 0.6
Hex C4 38 FA 16 4E 0 2 11B 5F 3C
Octal 304 70 372 26 116 0 2 433 137 74
Binary 11000100 111000 11111010 10110 1001110 0 10 100011011 1011111 111100

Color Harmonies of #C438FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C438FA

Black with #C438FA

Text Example


Text Example

White with #C438FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C438FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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