Html Css Color HEX #C92AE6 Medium Orchid

📋 copy color: '#C92AE6'

red 201 ◦ green 42 ◦ blue 230

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

Shades of Medium Orchid #C92AE6

Tints of Medium Orchid #C92AE6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.88%

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 42.49%
G = 8.88%
B = 48.63%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C92AE6 (or 0xC92AE6) is known color: Medium Orchid. HEX triplet: C9, 2A and E6. RGB value is (201,42,230). Sum of RGB (Red+Green+Blue) = 201+42+230=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #C92AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AE6 is #36D519. Grayscale: #6E6E6E. Windows color (decimal): -3593498 or 15084233. OLE color: 15084233.

HSL color Cylindrical-coordinate representation of color #C92AE6: hue angle of 290.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92AE6 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 42 230 -
CMYK 0.13 0.82 0 0.10
HSL 290.74º 0.79% 0.53% -
HSV(B) 290.74º 0.82% 0.9% -
XYZ 39.2 19.79 76.62 -
YUV 110.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 201 42 230 0.13 0.82 0 0.10 290.74 0.79 0.53
Hex C9 2A E6 D 52 0 A 123 4F 35
Octal 311 52 346 15 122 0 12 443 117 65
Binary 11001001 101010 11100110 1101 1010010 0 1010 100100011 1001111 110101

Color Harmonies of #C92AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92AE6

Black with #C92AE6

Text Example


Text Example

White with #C92AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92AE6; }

 p { color: rgb(201,42,230); }

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

background-color css

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

 a { background-color: rgb(201,42,230); }

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

border-color css

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

 span { border-color: rgb(201,42,230); }

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