Html Css Color HEX #C951EA Medium Orchid

📋 copy color: '#C951EA'

red 201 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #C951EA

Tints of Medium Orchid #C951EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.7%

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 38.95%
G = 15.7%
B = 45.35%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C951EA (or 0xC951EA) is known color: Medium Orchid. HEX triplet: C9, 51 and EA. RGB value is (201,81,234). Sum of RGB (Red+Green+Blue) = 201+81+234=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #C951EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951EA is #36AE15. Grayscale: #858585. Windows color (decimal): -3583510 or 15356361. OLE color: 15356361.

HSL color Cylindrical-coordinate representation of color #C951EA: hue angle of 287.06º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C951EA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 81 234 -
CMYK 0.14 0.65 0 0.08
HSL 287.06º 0.78% 0.62% -
HSV(B) 287.06º 0.65% 0.92% -
XYZ 41.88 24.24 80.31 -
YUV 134.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 201 81 234 0.14 0.65 0 0.08 287.06 0.78 0.62
Hex C9 51 EA E 41 0 8 11F 4E 3E
Octal 311 121 352 16 101 0 10 437 116 76
Binary 11001001 1010001 11101010 1110 1000001 0 1000 100011111 1001110 111110

Color Harmonies of #C951EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951EA

Black with #C951EA

Text Example


Text Example

White with #C951EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951EA; }

 p { color: rgb(201,81,234); }

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

background-color css

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

 a { background-color: rgb(201,81,234); }

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

border-color css

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

 span { border-color: rgb(201,81,234); }

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