Html Css Color HEX #C943DE Medium Orchid

📋 copy color: '#C943DE'

red 201 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #C943DE

Tints of Medium Orchid #C943DE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.67%

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

R = 41.02%
G = 13.67%
B = 45.31%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C943DE (or 0xC943DE) is known color: Medium Orchid. HEX triplet: C9, 43 and DE. RGB value is (201,67,222). Sum of RGB (Red+Green+Blue) = 201+67+222=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #C943DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943DE is #36BC21. Grayscale: #7C7C7C. Windows color (decimal): -3587106 or 14566345. OLE color: 14566345.

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

Color convert

RGB 201 67 222 -
CMYK 0.09 0.70 0 0.13
HSL 291.87º 0.7% 0.57% -
HSV(B) 291.87º 0.7% 0.87% -
XYZ 39.28 21.71 71.23 -
YUV 124.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 201 67 222 0.09 0.70 0 0.13 291.87 0.7 0.57
Hex C9 43 DE 9 46 0 D 124 46 39
Octal 311 103 336 11 106 0 15 444 106 71
Binary 11001001 1000011 11011110 1001 1000110 0 1101 100100100 1000110 111001

Color Harmonies of #C943DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943DE

Black with #C943DE

Text Example


Text Example

White with #C943DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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