Html Css Color HEX #C949DA Medium Orchid

📋 copy color: '#C949DA'

red 201 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #C949DA

Tints of Medium Orchid #C949DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.84%

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

R = 40.85%
G = 14.84%
B = 44.31%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C949DA (or 0xC949DA) is known color: Medium Orchid. HEX triplet: C9, 49 and DA. RGB value is (201,73,218). Sum of RGB (Red+Green+Blue) = 201+73+218=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #C949DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949DA is #36B625. Grayscale: #7F7F7F. Windows color (decimal): -3585574 or 14305737. OLE color: 14305737.

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

Color convert

RGB 201 73 218 -
CMYK 0.08 0.67 0 0.15
HSL 292.97º 0.66% 0.57% -
HSV(B) 292.97º 0.67% 0.85% -
XYZ 39.12 22.24 68.56 -
YUV 127.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 201 73 218 0.08 0.67 0 0.15 292.97 0.66 0.57
Hex C9 49 DA 8 43 0 F 125 42 39
Octal 311 111 332 10 103 0 17 445 102 71
Binary 11001001 1001001 11011010 1000 1000011 0 1111 100100101 1000010 111001

Color Harmonies of #C949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949DA

Black with #C949DA

Text Example


Text Example

White with #C949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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