Html Css Color HEX #C95CD3 Medium Orchid

📋 copy color: '#C95CD3'

red 201 ◦ green 92 ◦ blue 211

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

Shades of Medium Orchid #C95CD3

Tints of Medium Orchid #C95CD3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 39.88%
G = 18.25%
B = 41.87%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C95CD3 (or 0xC95CD3) is known color: Medium Orchid. HEX triplet: C9, 5C and D3. RGB value is (201,92,211). Sum of RGB (Red+Green+Blue) = 201+92+211=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #C95CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CD3 is #36A32C. Grayscale: #898989. Windows color (decimal): -3580717 or 13851849. OLE color: 13851849.

HSL color Cylindrical-coordinate representation of color #C95CD3: hue angle of 294.96º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95CD3 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 92 211 -
CMYK 0.05 0.56 0 0.17
HSL 294.96º 0.57% 0.59% -
HSV(B) 294.96º 0.56% 0.83% -
XYZ 39.67 24.77 64.32 -
YUV 138.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 201 92 211 0.05 0.56 0 0.17 294.96 0.57 0.59
Hex C9 5C D3 5 38 0 11 127 39 3B
Octal 311 134 323 5 70 0 21 447 71 73
Binary 11001001 1011100 11010011 101 111000 0 10001 100100111 111001 111011

Color Harmonies of #C95CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CD3

Black with #C95CD3

Text Example


Text Example

White with #C95CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CD3; }

 p { color: rgb(201,92,211); }

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

background-color css

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

 a { background-color: rgb(201,92,211); }

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

border-color css

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

 span { border-color: rgb(201,92,211); }

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