Html Css Color HEX #C238EA Medium Orchid

📋 copy color: '#C238EA'

red 194 ◦ green 56 ◦ blue 234

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

Shades of Medium Orchid #C238EA

Tints of Medium Orchid #C238EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 40.08%
G = 11.57%
B = 48.35%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C238EA (or 0xC238EA) is known color: Medium Orchid. HEX triplet: C2, 38 and EA. RGB value is (194,56,234). Sum of RGB (Red+Green+Blue) = 194+56+234=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #C238EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238EA is #3DC715. Grayscale: #747474. Windows color (decimal): -4048662 or 15349954. OLE color: 15349954.

HSL color Cylindrical-coordinate representation of color #C238EA: hue angle of 286.52º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C238EA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 56 234 -
CMYK 0.17 0.76 0 0.08
HSL 286.52º 0.81% 0.57% -
HSV(B) 286.52º 0.76% 0.92% -
XYZ 38.51 20.24 79.72 -
YUV 117.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 194 56 234 0.17 0.76 0 0.08 286.52 0.81 0.57
Hex C2 38 EA 11 4C 0 8 11F 51 39
Octal 302 70 352 21 114 0 10 437 121 71
Binary 11000010 111000 11101010 10001 1001100 0 1000 100011111 1010001 111001

Color Harmonies of #C238EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238EA

Black with #C238EA

Text Example


Text Example

White with #C238EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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