Html Css Color HEX #C952DD Medium Orchid

📋 copy color: '#C952DD'

red 201 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #C952DD

Tints of Medium Orchid #C952DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 39.88%
G = 16.27%
B = 43.85%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C952DD (or 0xC952DD) is known color: Medium Orchid. HEX triplet: C9, 52 and DD. RGB value is (201,82,221). Sum of RGB (Red+Green+Blue) = 201+82+221=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C952DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DD is #36AD22. Grayscale: #848484. Windows color (decimal): -3583267 or 14504649. OLE color: 14504649.

HSL color Cylindrical-coordinate representation of color #C952DD: hue angle of 291.37º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C952DD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 82 221 -
CMYK 0.09 0.63 0 0.13
HSL 291.37º 0.67% 0.59% -
HSV(B) 291.37º 0.63% 0.87% -
XYZ 40.16 23.67 70.86 -
YUV 133.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 201 82 221 0.09 0.63 0 0.13 291.37 0.67 0.59
Hex C9 52 DD 9 3F 0 D 123 43 3B
Octal 311 122 335 11 77 0 15 443 103 73
Binary 11001001 1010010 11011101 1001 111111 0 1101 100100011 1000011 111011

Color Harmonies of #C952DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952DD

Black with #C952DD

Text Example


Text Example

White with #C952DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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