Html Css Color HEX #C952DF Medium Orchid

📋 copy color: '#C952DF'

red 201 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #C952DF

Tints of Medium Orchid #C952DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 39.72%
G = 16.21%
B = 44.07%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C952DF (or 0xC952DF) is known color: Medium Orchid. HEX triplet: C9, 52 and DF. RGB value is (201,82,223). Sum of RGB (Red+Green+Blue) = 201+82+223=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #C952DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DF is #36AD20. Grayscale: #858585. Windows color (decimal): -3583265 or 14635721. OLE color: 14635721.

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

Color convert

RGB 201 82 223 -
CMYK 0.10 0.63 0 0.13
HSL 290.64º 0.69% 0.6% -
HSV(B) 290.64º 0.63% 0.87% -
XYZ 40.42 23.78 72.27 -
YUV 133.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 201 82 223 0.10 0.63 0 0.13 290.64 0.69 0.6
Hex C9 52 DF A 3F 0 D 123 45 3C
Octal 311 122 337 12 77 0 15 443 105 74
Binary 11001001 1010010 11011111 1010 111111 0 1101 100100011 1000101 111100

Color Harmonies of #C952DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952DF

Black with #C952DF

Text Example


Text Example

White with #C952DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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