Html Css Color HEX #C92BDB Medium Orchid

📋 copy color: '#C92BDB'

red 201 ◦ green 43 ◦ blue 219

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

Shades of Medium Orchid #C92BDB

Tints of Medium Orchid #C92BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 43.41%
G = 9.29%
B = 47.3%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C92BDB (or 0xC92BDB) is known color: Medium Orchid. HEX triplet: C9, 2B and DB. RGB value is (201,43,219). Sum of RGB (Red+Green+Blue) = 201+43+219=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C92BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BDB is #36D424. Grayscale: #6D6D6D. Windows color (decimal): -3593253 or 14363593. OLE color: 14363593.

HSL color Cylindrical-coordinate representation of color #C92BDB: hue angle of 293.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92BDB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 43 219 -
CMYK 0.08 0.80 0 0.14
HSL 293.86º 0.71% 0.51% -
HSV(B) 293.86º 0.8% 0.86% -
XYZ 37.74 19.26 68.75 -
YUV 110.31 189.35 192.69 -
System Red Green Blue C M Y K H S L
Decimal 201 43 219 0.08 0.80 0 0.14 293.86 0.71 0.51
Hex C9 2B DB 8 50 0 E 126 47 33
Octal 311 53 333 10 120 0 16 446 107 63
Binary 11001001 101011 11011011 1000 1010000 0 1110 100100110 1000111 110011

Color Harmonies of #C92BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92BDB

Black with #C92BDB

Text Example


Text Example

White with #C92BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92BDB; }

 p { color: rgb(201,43,219); }

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

background-color css

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

 a { background-color: rgb(201,43,219); }

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

border-color css

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

 span { border-color: rgb(201,43,219); }

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