Html Css Color HEX #C92DEB Medium Orchid

📋 copy color: '#C92DEB'

red 201 ◦ green 45 ◦ blue 235

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

Shades of Medium Orchid #C92DEB

Tints of Medium Orchid #C92DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.36%

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

R = 41.79%
G = 9.36%
B = 48.86%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C92DEB (or 0xC92DEB) is known color: Medium Orchid. HEX triplet: C9, 2D and EB. RGB value is (201,45,235). Sum of RGB (Red+Green+Blue) = 201+45+235=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C92DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DEB is #36D214. Grayscale: #707070. Windows color (decimal): -3592725 or 15412681. OLE color: 15412681.

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

Color convert

RGB 201 45 235 -
CMYK 0.14 0.81 0 0.08
HSL 289.26º 0.83% 0.55% -
HSV(B) 289.26º 0.81% 0.92% -
XYZ 40.02 20.29 80.4 -
YUV 113.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 201 45 235 0.14 0.81 0 0.08 289.26 0.83 0.55
Hex C9 2D EB E 51 0 8 121 53 37
Octal 311 55 353 16 121 0 10 441 123 67
Binary 11001001 101101 11101011 1110 1010001 0 1000 100100001 1010011 110111

Color Harmonies of #C92DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92DEB

Black with #C92DEB

Text Example


Text Example

White with #C92DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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