Html Css Color HEX #C93DEE Medium Orchid

📋 copy color: '#C93DEE'

red 201 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #C93DEE

Tints of Medium Orchid #C93DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

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

R = 40.2%
G = 12.2%
B = 47.6%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C93DEE (or 0xC93DEE) is known color: Medium Orchid. HEX triplet: C9, 3D and EE. RGB value is (201,61,238). Sum of RGB (Red+Green+Blue) = 201+61+238=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C93DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DEE is #36C211. Grayscale: #7A7A7A. Windows color (decimal): -3588626 or 15613385. OLE color: 15613385.

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

Color convert

RGB 201 61 238 -
CMYK 0.16 0.74 0 0.07
HSL 287.46º 0.84% 0.59% -
HSV(B) 287.46º 0.74% 0.93% -
XYZ 41.19 21.93 82.95 -
YUV 123.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 201 61 238 0.16 0.74 0 0.07 287.46 0.84 0.59
Hex C9 3D EE 10 4A 0 7 11F 54 3B
Octal 311 75 356 20 112 0 7 437 124 73
Binary 11001001 111101 11101110 10000 1001010 0 111 100011111 1010100 111011

Color Harmonies of #C93DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DEE

Black with #C93DEE

Text Example


Text Example

White with #C93DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DEE; }

 p { color: rgb(201,61,238); }

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

background-color css

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

 a { background-color: rgb(201,61,238); }

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

border-color css

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

 span { border-color: rgb(201,61,238); }

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