Html Css Color HEX #C952EB Medium Orchid

📋 copy color: '#C952EB'

red 201 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #C952EB

Tints of Medium Orchid #C952EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.83%

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

R = 38.8%
G = 15.83%
B = 45.37%

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

#C952EB (or 0xC952EB) is known color: Medium Orchid. HEX triplet: C9, 52 and EB. RGB value is (201,82,235). Sum of RGB (Red+Green+Blue) = 201+82+235=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #C952EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952EB is #36AD14. Grayscale: #868686. Windows color (decimal): -3583253 or 15422153. OLE color: 15422153.

HSL color Cylindrical-coordinate representation of color #C952EB: hue angle of 286.67º degrees, saturation: 0.79, 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 #C952EB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 82 235 -
CMYK 0.14 0.65 0 0.08
HSL 286.67º 0.79% 0.62% -
HSV(B) 286.67º 0.65% 0.92% -
XYZ 42.1 24.45 81.1 -
YUV 135.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 201 82 235 0.14 0.65 0 0.08 286.67 0.79 0.62
Hex C9 52 EB E 41 0 8 11F 4F 3E
Octal 311 122 353 16 101 0 10 437 117 76
Binary 11001001 1010010 11101011 1110 1000001 0 1000 100011111 1001111 111110

Color Harmonies of #C952EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952EB

Black with #C952EB

Text Example


Text Example

White with #C952EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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