Html Css Color HEX #C95CDA Medium Orchid

📋 copy color: '#C95CDA'

red 201 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C95CDA

Tints of Medium Orchid #C95CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 39.33%
G = 18%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C95CDA (or 0xC95CDA) is known color: Medium Orchid. HEX triplet: C9, 5C and DA. RGB value is (201,92,218). Sum of RGB (Red+Green+Blue) = 201+92+218=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C95CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CDA is #36A325. Grayscale: #8A8A8A. Windows color (decimal): -3580710 or 14310601. OLE color: 14310601.

HSL color Cylindrical-coordinate representation of color #C95CDA: hue angle of 291.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95CDA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 92 218 -
CMYK 0.08 0.58 0 0.15
HSL 291.9º 0.63% 0.61% -
HSV(B) 291.9º 0.58% 0.85% -
XYZ 40.57 25.13 69.04 -
YUV 138.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 201 92 218 0.08 0.58 0 0.15 291.9 0.63 0.61
Hex C9 5C DA 8 3A 0 F 124 3F 3D
Octal 311 134 332 10 72 0 17 444 77 75
Binary 11001001 1011100 11011010 1000 111010 0 1111 100100100 111111 111101

Color Harmonies of #C95CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CDA

Black with #C95CDA

Text Example


Text Example

White with #C95CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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