Html Css Color HEX #C95FDF Medium Orchid

📋 copy color: '#C95FDF'

red 201 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #C95FDF

Tints of Medium Orchid #C95FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

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

R = 38.73%
G = 18.3%
B = 42.97%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95FDF (or 0xC95FDF) is known color: Medium Orchid. HEX triplet: C9, 5F and DF. RGB value is (201,95,223). Sum of RGB (Red+Green+Blue) = 201+95+223=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C95FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FDF is #36A020. Grayscale: #8C8C8C. Windows color (decimal): -3579937 or 14639049. OLE color: 14639049.

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

Color convert

RGB 201 95 223 -
CMYK 0.10 0.57 0 0.13
HSL 289.69º 0.67% 0.62% -
HSV(B) 289.69º 0.57% 0.87% -
XYZ 41.5 25.93 72.63 -
YUV 141.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 201 95 223 0.10 0.57 0 0.13 289.69 0.67 0.62
Hex C9 5F DF A 39 0 D 122 43 3E
Octal 311 137 337 12 71 0 15 442 103 76
Binary 11001001 1011111 11011111 1010 111001 0 1101 100100010 1000011 111110

Color Harmonies of #C95FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FDF

Black with #C95FDF

Text Example


Text Example

White with #C95FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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