Html Css Color HEX #C952F1 Medium Orchid

📋 copy color: '#C952F1'

red 201 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #C952F1

Tints of Medium Orchid #C952F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.99%

R = 38.36%
G = 15.65%
B = 45.99%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C952F1 (or 0xC952F1) is known color: Medium Orchid. HEX triplet: C9, 52 and F1. RGB value is (201,82,241). Sum of RGB (Red+Green+Blue) = 201+82+241=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #C952F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952F1 is #36AD0E. Grayscale: #878787. Windows color (decimal): -3583247 or 15815369. OLE color: 15815369.

HSL color Cylindrical-coordinate representation of color #C952F1: hue angle of 284.91º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C952F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 82 241 -
CMYK 0.17 0.66 0 0.05
HSL 284.91º 0.85% 0.63% -
HSV(B) 284.91º 0.66% 0.95% -
XYZ 42.98 24.8 85.74 -
YUV 135.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 201 82 241 0.17 0.66 0 0.05 284.91 0.85 0.63
Hex C9 52 F1 11 42 0 5 11D 55 3F
Octal 311 122 361 21 102 0 5 435 125 77
Binary 11001001 1010010 11110001 10001 1000010 0 101 100011101 1010101 111111

Color Harmonies of #C952F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952F1

Black with #C952F1

Text Example


Text Example

White with #C952F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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