Html Css Color HEX #C951EB Medium Orchid

📋 copy color: '#C951EB'

red 201 ◦ green 81 ◦ blue 235

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

Shades of Medium Orchid #C951EB

Tints of Medium Orchid #C951EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 38.88%
G = 15.67%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C951EB (or 0xC951EB) is known color: Medium Orchid. HEX triplet: C9, 51 and EB. RGB value is (201,81,235). Sum of RGB (Red+Green+Blue) = 201+81+235=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C951EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951EB is #36AE14. Grayscale: #858585. Windows color (decimal): -3583509 or 15421897. OLE color: 15421897.

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

Color convert

RGB 201 81 235 -
CMYK 0.14 0.66 0 0.08
HSL 286.75º 0.79% 0.62% -
HSV(B) 286.75º 0.66% 0.92% -
XYZ 42.03 24.3 81.07 -
YUV 134.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 201 81 235 0.14 0.66 0 0.08 286.75 0.79 0.62
Hex C9 51 EB E 42 0 8 11F 4F 3E
Octal 311 121 353 16 102 0 10 437 117 76
Binary 11001001 1010001 11101011 1110 1000010 0 1000 100011111 1001111 111110

Color Harmonies of #C951EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951EB

Black with #C951EB

Text Example


Text Example

White with #C951EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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