Html Css Color HEX #C954DA Medium Orchid

📋 copy color: '#C954DA'

red 201 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #C954DA

Tints of Medium Orchid #C954DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.7%

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

R = 39.96%
G = 16.7%
B = 43.34%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C954DA (or 0xC954DA) is known color: Medium Orchid. HEX triplet: C9, 54 and DA. RGB value is (201,84,218). Sum of RGB (Red+Green+Blue) = 201+84+218=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #C954DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954DA is #36AB25. Grayscale: #858585. Windows color (decimal): -3582758 or 14308553. OLE color: 14308553.

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

Color convert

RGB 201 84 218 -
CMYK 0.08 0.61 0 0.15
HSL 292.39º 0.64% 0.59% -
HSV(B) 292.39º 0.61% 0.85% -
XYZ 39.91 23.82 68.82 -
YUV 134.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 201 84 218 0.08 0.61 0 0.15 292.39 0.64 0.59
Hex C9 54 DA 8 3D 0 F 124 40 3B
Octal 311 124 332 10 75 0 17 444 100 73
Binary 11001001 1010100 11011010 1000 111101 0 1111 100100100 1000000 111011

Color Harmonies of #C954DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954DA

Black with #C954DA

Text Example


Text Example

White with #C954DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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