Html Css Color HEX #C038FB Medium Orchid

📋 copy color: '#C038FB'

red 192 ◦ green 56 ◦ blue 251

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

Shades of Medium Orchid #C038FB

Tints of Medium Orchid #C038FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 38.48%
G = 11.22%
B = 50.3%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C038FB (or 0xC038FB) is known color: Medium Orchid. HEX triplet: C0, 38 and FB. RGB value is (192,56,251). Sum of RGB (Red+Green+Blue) = 192+56+251=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C038FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038FB is #3FC704. Grayscale: #767676. Windows color (decimal): -4179717 or 16464064. OLE color: 16464064.

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

Color convert

RGB 192 56 251 -
CMYK 0.24 0.78 0 0.02
HSL 281.85º 0.96% 0.6% -
HSV(B) 281.85º 0.78% 0.98% -
XYZ 40.56 21 93.18 -
YUV 118.89 202.56 180.14 -
System Red Green Blue C M Y K H S L
Decimal 192 56 251 0.24 0.78 0 0.02 281.85 0.96 0.6
Hex C0 38 FB 18 4E 0 2 11A 60 3C
Octal 300 70 373 30 116 0 2 432 140 74
Binary 11000000 111000 11111011 11000 1001110 0 10 100011010 1100000 111100

Color Harmonies of #C038FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038FB

Black with #C038FB

Text Example


Text Example

White with #C038FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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