Html Css Color HEX #C94BDA Medium Orchid

📋 copy color: '#C94BDA'

red 201 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #C94BDA

Tints of Medium Orchid #C94BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.18%

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

R = 40.69%
G = 15.18%
B = 44.13%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C94BDA (or 0xC94BDA) is known color: Medium Orchid. HEX triplet: C9, 4B and DA. RGB value is (201,75,218). Sum of RGB (Red+Green+Blue) = 201+75+218=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #C94BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BDA is #36B425. Grayscale: #808080. Windows color (decimal): -3585062 or 14306249. OLE color: 14306249.

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

Color convert

RGB 201 75 218 -
CMYK 0.08 0.66 0 0.15
HSL 292.87º 0.66% 0.57% -
HSV(B) 292.87º 0.66% 0.85% -
XYZ 39.26 22.51 68.61 -
YUV 128.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 201 75 218 0.08 0.66 0 0.15 292.87 0.66 0.57
Hex C9 4B DA 8 42 0 F 125 42 39
Octal 311 113 332 10 102 0 17 445 102 71
Binary 11001001 1001011 11011010 1000 1000010 0 1111 100100101 1000010 111001

Color Harmonies of #C94BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BDA

Black with #C94BDA

Text Example


Text Example

White with #C94BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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