Html Css Color HEX #C938EB Medium Orchid

📋 copy color: '#C938EB'

red 201 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #C938EB

Tints of Medium Orchid #C938EB

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 40.85%
G = 11.38%
B = 47.76%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C938EB (or 0xC938EB) is known color: Medium Orchid. HEX triplet: C9, 38 and EB. RGB value is (201,56,235). Sum of RGB (Red+Green+Blue) = 201+56+235=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #C938EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938EB is #36C714. Grayscale: #777777. Windows color (decimal): -3589909 or 15415497. OLE color: 15415497.

HSL color Cylindrical-coordinate representation of color #C938EB: hue angle of 288.6º degrees, saturation: 0.82, 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 #C938EB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 56 235 -
CMYK 0.14 0.76 0 0.08
HSL 288.6º 0.82% 0.57% -
HSV(B) 288.6º 0.76% 0.92% -
XYZ 40.5 21.24 80.56 -
YUV 119.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 201 56 235 0.14 0.76 0 0.08 288.6 0.82 0.57
Hex C9 38 EB E 4C 0 8 121 52 39
Octal 311 70 353 16 114 0 10 441 122 71
Binary 11001001 111000 11101011 1110 1001100 0 1000 100100001 1010010 111001

Color Harmonies of #C938EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938EB

Black with #C938EB

Text Example


Text Example

White with #C938EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938EB; }

 p { color: rgb(201,56,235); }

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

background-color css

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

 a { background-color: rgb(201,56,235); }

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

border-color css

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

 span { border-color: rgb(201,56,235); }

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