Html Css Color HEX #C238F8 Medium Orchid

📋 copy color: '#C238F8'

red 194 ◦ green 56 ◦ blue 248

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

Shades of Medium Orchid #C238F8

Tints of Medium Orchid #C238F8

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 38.96%
G = 11.24%
B = 49.8%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C238F8 (or 0xC238F8) is known color: Medium Orchid. HEX triplet: C2, 38 and F8. RGB value is (194,56,248). Sum of RGB (Red+Green+Blue) = 194+56+248=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #C238F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238F8 is #3DC707. Grayscale: #767676. Windows color (decimal): -4048648 or 16267458. OLE color: 16267458.

HSL color Cylindrical-coordinate representation of color #C238F8: hue angle of 283.12º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C238F8 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 56 248 -
CMYK 0.22 0.77 0 0.03
HSL 283.13º 0.93% 0.6% -
HSV(B) 283.13º 0.77% 0.97% -
XYZ 40.61 21.07 90.73 -
YUV 119.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 194 56 248 0.22 0.77 0 0.03 283.13 0.93 0.6
Hex C2 38 F8 16 4D 0 3 11B 5D 3C
Octal 302 70 370 26 115 0 3 433 135 74
Binary 11000010 111000 11111000 10110 1001101 0 11 100011011 1011101 111100

Color Harmonies of #C238F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238F8

Black with #C238F8

Text Example


Text Example

White with #C238F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238F8; }

 p { color: rgb(194,56,248); }

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

background-color css

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

 a { background-color: rgb(194,56,248); }

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

border-color css

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

 span { border-color: rgb(194,56,248); }

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