Html Css Color HEX #C238EE Medium Orchid

📋 copy color: '#C238EE'

red 194 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #C238EE

Tints of Medium Orchid #C238EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 39.75%
G = 11.48%
B = 48.77%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C238EE (or 0xC238EE) is known color: Medium Orchid. HEX triplet: C2, 38 and EE. RGB value is (194,56,238). Sum of RGB (Red+Green+Blue) = 194+56+238=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #C238EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238EE is #3DC711. Grayscale: #757575. Windows color (decimal): -4048658 or 15612098. OLE color: 15612098.

HSL color Cylindrical-coordinate representation of color #C238EE: hue angle of 285.49º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C238EE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 56 238 -
CMYK 0.18 0.76 0 0.07
HSL 285.49º 0.84% 0.58% -
HSV(B) 285.49º 0.76% 0.93% -
XYZ 39.09 20.47 82.78 -
YUV 118.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 194 56 238 0.18 0.76 0 0.07 285.49 0.84 0.58
Hex C2 38 EE 12 4C 0 7 11D 54 3A
Octal 302 70 356 22 114 0 7 435 124 72
Binary 11000010 111000 11101110 10010 1001100 0 111 100011101 1010100 111010

Color Harmonies of #C238EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238EE

Black with #C238EE

Text Example


Text Example

White with #C238EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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