Html Css Color HEX #C92AE4 Medium Orchid

📋 copy color: '#C92AE4'

red 201 ◦ green 42 ◦ blue 228

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

Shades of Medium Orchid #C92AE4

Tints of Medium Orchid #C92AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 42.68%
G = 8.92%
B = 48.41%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C92AE4 (or 0xC92AE4) is known color: Medium Orchid. HEX triplet: C9, 2A and E4. RGB value is (201,42,228). Sum of RGB (Red+Green+Blue) = 201+42+228=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #C92AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92AE4 is #36D51B. Grayscale: #6E6E6E. Windows color (decimal): -3593500 or 14953161. OLE color: 14953161.

HSL color Cylindrical-coordinate representation of color #C92AE4: hue angle of 291.29º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92AE4 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 42 228 -
CMYK 0.12 0.82 0 0.11
HSL 291.29º 0.78% 0.53% -
HSV(B) 291.29º 0.82% 0.89% -
XYZ 38.92 19.67 75.15 -
YUV 110.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 201 42 228 0.12 0.82 0 0.11 291.29 0.78 0.53
Hex C9 2A E4 C 52 0 B 123 4E 35
Octal 311 52 344 14 122 0 13 443 116 65
Binary 11001001 101010 11100100 1100 1010010 0 1011 100100011 1001110 110101

Color Harmonies of #C92AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92AE4

Black with #C92AE4

Text Example


Text Example

White with #C92AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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