Html Css Color HEX #C943DB Medium Orchid

📋 copy color: '#C943DB'

red 201 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #C943DB

Tints of Medium Orchid #C943DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 41.27%
G = 13.76%
B = 44.97%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C943DB (or 0xC943DB) is known color: Medium Orchid. HEX triplet: C9, 43 and DB. RGB value is (201,67,219). Sum of RGB (Red+Green+Blue) = 201+67+219=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C943DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943DB is #36BC24. Grayscale: #7B7B7B. Windows color (decimal): -3587109 or 14369737. OLE color: 14369737.

HSL color Cylindrical-coordinate representation of color #C943DB: hue angle of 292.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C943DB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 67 219 -
CMYK 0.08 0.69 0 0.14
HSL 292.89º 0.68% 0.56% -
HSV(B) 292.89º 0.69% 0.86% -
XYZ 38.88 21.55 69.13 -
YUV 124.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 201 67 219 0.08 0.69 0 0.14 292.89 0.68 0.56
Hex C9 43 DB 8 45 0 E 125 44 38
Octal 311 103 333 10 105 0 16 445 104 70
Binary 11001001 1000011 11011011 1000 1000101 0 1110 100100101 1000100 111000

Color Harmonies of #C943DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943DB

Black with #C943DB

Text Example


Text Example

White with #C943DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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