Html Css Color HEX #C949DE Medium Orchid

📋 copy color: '#C949DE'

red 201 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #C949DE

Tints of Medium Orchid #C949DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 40.52%
G = 14.72%
B = 44.76%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C949DE (or 0xC949DE) is known color: Medium Orchid. HEX triplet: C9, 49 and DE. RGB value is (201,73,222). Sum of RGB (Red+Green+Blue) = 201+73+222=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #C949DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949DE is #36B621. Grayscale: #7F7F7F. Windows color (decimal): -3585570 or 14567881. OLE color: 14567881.

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

Color convert

RGB 201 73 222 -
CMYK 0.09 0.67 0 0.13
HSL 291.54º 0.69% 0.58% -
HSV(B) 291.54º 0.67% 0.87% -
XYZ 39.65 22.46 71.35 -
YUV 128.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 201 73 222 0.09 0.67 0 0.13 291.54 0.69 0.58
Hex C9 49 DE 9 43 0 D 124 45 3A
Octal 311 111 336 11 103 0 15 444 105 72
Binary 11001001 1001001 11011110 1001 1000011 0 1101 100100100 1000101 111010

Color Harmonies of #C949DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949DE

Black with #C949DE

Text Example


Text Example

White with #C949DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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