Html Css Color HEX #C038FA Medium Orchid

📋 copy color: '#C038FA'

red 192 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #C038FA

Tints of Medium Orchid #C038FA

RGB

 RED value IS 192 (75.39% from 255) = 38.55%

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

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

R = 38.55%
G = 11.24%
B = 50.2%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C038FA (or 0xC038FA) is known color: Medium Orchid. HEX triplet: C0, 38 and FA. RGB value is (192,56,250). Sum of RGB (Red+Green+Blue) = 192+56+250=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C038FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038FA is #3FC705. Grayscale: #767676. Windows color (decimal): -4179718 or 16398528. OLE color: 16398528.

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

Color convert

RGB 192 56 250 -
CMYK 0.23 0.78 0 0.02
HSL 282.06º 0.95% 0.6% -
HSV(B) 282.06º 0.78% 0.98% -
XYZ 40.41 20.94 92.35 -
YUV 118.78 202.06 180.23 -
System Red Green Blue C M Y K H S L
Decimal 192 56 250 0.23 0.78 0 0.02 282.06 0.95 0.6
Hex C0 38 FA 17 4E 0 2 11A 5F 3C
Octal 300 70 372 27 116 0 2 432 137 74
Binary 11000000 111000 11111010 10111 1001110 0 10 100011010 1011111 111100

Color Harmonies of #C038FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038FA

Black with #C038FA

Text Example


Text Example

White with #C038FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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