Html Css Color HEX #C93CEB Medium Orchid

📋 copy color: '#C93CEB'

red 201 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #C93CEB

Tints of Medium Orchid #C93CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.1%

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

R = 40.52%
G = 12.1%
B = 47.38%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C93CEB (or 0xC93CEB) is known color: Medium Orchid. HEX triplet: C9, 3C and EB. RGB value is (201,60,235). Sum of RGB (Red+Green+Blue) = 201+60+235=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C93CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CEB is #36C314. Grayscale: #797979. Windows color (decimal): -3588885 or 15416521. OLE color: 15416521.

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

Color convert

RGB 201 60 235 -
CMYK 0.14 0.74 0 0.08
HSL 288.34º 0.81% 0.58% -
HSV(B) 288.34º 0.74% 0.92% -
XYZ 40.7 21.65 80.63 -
YUV 122.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 201 60 235 0.14 0.74 0 0.08 288.34 0.81 0.58
Hex C9 3C EB E 4A 0 8 120 51 3A
Octal 311 74 353 16 112 0 10 440 121 72
Binary 11001001 111100 11101011 1110 1001010 0 1000 100100000 1010001 111010

Color Harmonies of #C93CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CEB

Black with #C93CEB

Text Example


Text Example

White with #C93CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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