Html Css Color HEX #C745DB Medium Orchid

📋 copy color: '#C745DB'

red 199 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #C745DB

Tints of Medium Orchid #C745DB

RGB

 RED value IS 199 (78.13% from 255) = 40.86%

 GREEN value IS 69 (27.34% from 255) = 14.17%

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

R = 40.86%
G = 14.17%
B = 44.97%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C745DB (or 0xC745DB) is known color: Medium Orchid. HEX triplet: C7, 45 and DB. RGB value is (199,69,219). Sum of RGB (Red+Green+Blue) = 199+69+219=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 69 (27.34% from 255 or 14.17% 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 #C745DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745DB is #38BA24. Grayscale: #7C7C7C. Windows color (decimal): -3717669 or 14370247. OLE color: 14370247.

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

Color convert

RGB 199 69 219 -
CMYK 0.09 0.68 0 0.14
HSL 292º 0.68% 0.56% -
HSV(B) 292º 0.68% 0.86% -
XYZ 38.47 21.51 69.14 -
YUV 124.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 199 69 219 0.09 0.68 0 0.14 292 0.68 0.56
Hex C7 45 DB 9 44 0 E 124 44 38
Octal 307 105 333 11 104 0 16 444 104 70
Binary 11000111 1000101 11011011 1001 1000100 0 1110 100100100 1000100 111000

Color Harmonies of #C745DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745DB

Black with #C745DB

Text Example


Text Example

White with #C745DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745DB; }

 p { color: rgb(199,69,219); }

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

background-color css

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

 a { background-color: rgb(199,69,219); }

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

border-color css

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

 span { border-color: rgb(199,69,219); }

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