Html Css Color HEX #C953EB Medium Orchid

📋 copy color: '#C953EB'

red 201 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #C953EB

Tints of Medium Orchid #C953EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.99%

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

R = 38.73%
G = 15.99%
B = 45.28%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C953EB (or 0xC953EB) is known color: Medium Orchid. HEX triplet: C9, 53 and EB. RGB value is (201,83,235). Sum of RGB (Red+Green+Blue) = 201+83+235=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #C953EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953EB is #36AC14. Grayscale: #878787. Windows color (decimal): -3582997 or 15422409. OLE color: 15422409.

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

Color convert

RGB 201 83 235 -
CMYK 0.14 0.65 0 0.08
HSL 286.58º 0.79% 0.62% -
HSV(B) 286.58º 0.65% 0.92% -
XYZ 42.18 24.6 81.12 -
YUV 135.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 201 83 235 0.14 0.65 0 0.08 286.58 0.79 0.62
Hex C9 53 EB E 41 0 8 11F 4F 3E
Octal 311 123 353 16 101 0 10 437 117 76
Binary 11001001 1010011 11101011 1110 1000001 0 1000 100011111 1001111 111110

Color Harmonies of #C953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953EB

Black with #C953EB

Text Example


Text Example

White with #C953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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