Html Css Color HEX #C92BDA Medium Orchid

📋 copy color: '#C92BDA'

red 201 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C92BDA

Tints of Medium Orchid #C92BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 43.51%
G = 9.31%
B = 47.19%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C92BDA (or 0xC92BDA) is known color: Medium Orchid. HEX triplet: C9, 2B and DA. RGB value is (201,43,218). Sum of RGB (Red+Green+Blue) = 201+43+218=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #C92BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BDA is #36D425. Grayscale: #6D6D6D. Windows color (decimal): -3593254 or 14298057. OLE color: 14298057.

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

Color convert

RGB 201 43 218 -
CMYK 0.08 0.80 0 0.15
HSL 294.17º 0.7% 0.51% -
HSV(B) 294.17º 0.8% 0.85% -
XYZ 37.61 19.21 68.05 -
YUV 110.19 188.85 192.77 -
System Red Green Blue C M Y K H S L
Decimal 201 43 218 0.08 0.80 0 0.15 294.17 0.7 0.51
Hex C9 2B DA 8 50 0 F 126 46 33
Octal 311 53 332 10 120 0 17 446 106 63
Binary 11001001 101011 11011010 1000 1010000 0 1111 100100110 1000110 110011

Color Harmonies of #C92BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92BDA

Black with #C92BDA

Text Example


Text Example

White with #C92BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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