Html Css Color HEX #C92CDB Medium Orchid

📋 copy color: '#C92CDB'

red 201 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #C92CDB

Tints of Medium Orchid #C92CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.48%

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

R = 43.32%
G = 9.48%
B = 47.2%

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

#C92CDB (or 0xC92CDB) is known color: Medium Orchid. HEX triplet: C9, 2C and DB. RGB value is (201,44,219). Sum of RGB (Red+Green+Blue) = 201+44+219=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C92CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CDB is #36D324. Grayscale: #6E6E6E. Windows color (decimal): -3592997 or 14363849. OLE color: 14363849.

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

Color convert

RGB 201 44 219 -
CMYK 0.08 0.80 0 0.14
HSL 293.83º 0.71% 0.52% -
HSV(B) 293.83º 0.8% 0.86% -
XYZ 37.77 19.33 68.76 -
YUV 110.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 201 44 219 0.08 0.80 0 0.14 293.83 0.71 0.52
Hex C9 2C DB 8 50 0 E 126 47 34
Octal 311 54 333 10 120 0 16 446 107 64
Binary 11001001 101100 11011011 1000 1010000 0 1110 100100110 1000111 110100

Color Harmonies of #C92CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CDB

Black with #C92CDB

Text Example


Text Example

White with #C92CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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