Html Css Color HEX #C95FDE Medium Orchid

📋 copy color: '#C95FDE'

red 201 ◦ green 95 ◦ blue 222

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

Shades of Medium Orchid #C95FDE

Tints of Medium Orchid #C95FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 38.8%
G = 18.34%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95FDE (or 0xC95FDE) is known color: Medium Orchid. HEX triplet: C9, 5F and DE. RGB value is (201,95,222). Sum of RGB (Red+Green+Blue) = 201+95+222=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #C95FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FDE is #36A021. Grayscale: #8C8C8C. Windows color (decimal): -3579938 or 14573513. OLE color: 14573513.

HSL color Cylindrical-coordinate representation of color #C95FDE: hue angle of 290.08º degrees, saturation: 0.66, 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 #C95FDE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 95 222 -
CMYK 0.09 0.57 0 0.13
HSL 290.08º 0.66% 0.62% -
HSV(B) 290.08º 0.57% 0.87% -
XYZ 41.36 25.88 71.92 -
YUV 141.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 201 95 222 0.09 0.57 0 0.13 290.08 0.66 0.62
Hex C9 5F DE 9 39 0 D 122 42 3E
Octal 311 137 336 11 71 0 15 442 102 76
Binary 11001001 1011111 11011110 1001 111001 0 1101 100100010 1000010 111110

Color Harmonies of #C95FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FDE

Black with #C95FDE

Text Example


Text Example

White with #C95FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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