Html Css Color HEX #C038FC Medium Orchid

📋 copy color: '#C038FC'

red 192 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #C038FC

Tints of Medium Orchid #C038FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 38.4%
G = 11.2%
B = 50.4%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C038FC (or 0xC038FC) is known color: Medium Orchid. HEX triplet: C0, 38 and FC. RGB value is (192,56,252). Sum of RGB (Red+Green+Blue) = 192+56+252=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #C038FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038FC is #3FC703. Grayscale: #767676. Windows color (decimal): -4179716 or 16529600. OLE color: 16529600.

HSL color Cylindrical-coordinate representation of color #C038FC: hue angle of 281.63º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C038FC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 56 252 -
CMYK 0.24 0.78 0 0.01
HSL 281.63º 0.97% 0.6% -
HSV(B) 281.63º 0.78% 0.99% -
XYZ 40.72 21.06 94.01 -
YUV 119.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 192 56 252 0.24 0.78 0 0.01 281.63 0.97 0.6
Hex C0 38 FC 18 4E 0 1 11A 61 3C
Octal 300 70 374 30 116 0 1 432 141 74
Binary 11000000 111000 11111100 11000 1001110 0 1 100011010 1100001 111100

Color Harmonies of #C038FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038FC

Black with #C038FC

Text Example


Text Example

White with #C038FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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