Html Css Color HEX #C95CDD Medium Orchid

📋 copy color: '#C95CDD'

red 201 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #C95CDD

Tints of Medium Orchid #C95CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 39.11%
G = 17.9%
B = 43%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95CDD (or 0xC95CDD) is known color: Medium Orchid. HEX triplet: C9, 5C and DD. RGB value is (201,92,221). Sum of RGB (Red+Green+Blue) = 201+92+221=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C95CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CDD is #36A322. Grayscale: #8A8A8A. Windows color (decimal): -3580707 or 14507209. OLE color: 14507209.

HSL color Cylindrical-coordinate representation of color #C95CDD: hue angle of 290.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95CDD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 92 221 -
CMYK 0.09 0.58 0 0.13
HSL 290.7º 0.65% 0.61% -
HSV(B) 290.7º 0.58% 0.87% -
XYZ 40.97 25.29 71.13 -
YUV 139.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 201 92 221 0.09 0.58 0 0.13 290.7 0.65 0.61
Hex C9 5C DD 9 3A 0 D 123 41 3D
Octal 311 134 335 11 72 0 15 443 101 75
Binary 11001001 1011100 11011101 1001 111010 0 1101 100100011 1000001 111101

Color Harmonies of #C95CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CDD

Black with #C95CDD

Text Example


Text Example

White with #C95CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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