Html Css Color HEX #C238FA Medium Orchid

📋 copy color: '#C238FA'

red 194 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #C238FA

Tints of Medium Orchid #C238FA

RGB

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

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

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

R = 38.8%
G = 11.2%
B = 50%

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

#C238FA (or 0xC238FA) is known color: Medium Orchid. HEX triplet: C2, 38 and FA. RGB value is (194,56,250). Sum of RGB (Red+Green+Blue) = 194+56+250=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #C238FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FA is #3DC705. Grayscale: #767676. Windows color (decimal): -4048646 or 16398530. OLE color: 16398530.

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

Color convert

RGB 194 56 250 -
CMYK 0.22 0.78 0 0.02
HSL 282.68º 0.95% 0.6% -
HSV(B) 282.68º 0.78% 0.98% -
XYZ 40.92 21.2 92.38 -
YUV 119.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 194 56 250 0.22 0.78 0 0.02 282.68 0.95 0.6
Hex C2 38 FA 16 4E 0 2 11B 5F 3C
Octal 302 70 372 26 116 0 2 433 137 74
Binary 11000010 111000 11111010 10110 1001110 0 10 100011011 1011111 111100

Color Harmonies of #C238FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238FA

Black with #C238FA

Text Example


Text Example

White with #C238FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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