Html Css Color HEX #C92BE0 Medium Orchid

📋 copy color: '#C92BE0'

red 201 ◦ green 43 ◦ blue 224

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

Shades of Medium Orchid #C92BE0

Tints of Medium Orchid #C92BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 42.95%
G = 9.19%
B = 47.86%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C92BE0 (or 0xC92BE0) is known color: Medium Orchid. HEX triplet: C9, 2B and E0. RGB value is (201,43,224). Sum of RGB (Red+Green+Blue) = 201+43+224=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #C92BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BE0 is #36D41F. Grayscale: #6E6E6E. Windows color (decimal): -3593248 or 14691273. OLE color: 14691273.

HSL color Cylindrical-coordinate representation of color #C92BE0: hue angle of 292.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92BE0 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 43 224 -
CMYK 0.10 0.81 0 0.12
HSL 292.38º 0.74% 0.52% -
HSV(B) 292.38º 0.81% 0.88% -
XYZ 38.41 19.53 72.27 -
YUV 110.88 191.85 192.28 -
System Red Green Blue C M Y K H S L
Decimal 201 43 224 0.10 0.81 0 0.12 292.38 0.74 0.52
Hex C9 2B E0 A 51 0 C 124 4A 34
Octal 311 53 340 12 121 0 14 444 112 64
Binary 11001001 101011 11100000 1010 1010001 0 1100 100100100 1001010 110100

Color Harmonies of #C92BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92BE0

Black with #C92BE0

Text Example


Text Example

White with #C92BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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