Html Css Color HEX #C649DB Medium Orchid

📋 copy color: '#C649DB'

red 198 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #C649DB

Tints of Medium Orchid #C649DB

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

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

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

R = 40.41%
G = 14.9%
B = 44.69%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C649DB (or 0xC649DB) is known color: Medium Orchid. HEX triplet: C6, 49 and DB. RGB value is (198,73,219). Sum of RGB (Red+Green+Blue) = 198+73+219=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C649DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649DB is #39B624. Grayscale: #7E7E7E. Windows color (decimal): -3782181 or 14371270. OLE color: 14371270.

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

Color convert

RGB 198 73 219 -
CMYK 0.10 0.67 0 0.14
HSL 291.37º 0.67% 0.57% -
HSV(B) 291.37º 0.67% 0.86% -
XYZ 38.46 21.89 69.22 -
YUV 127.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 198 73 219 0.10 0.67 0 0.14 291.37 0.67 0.57
Hex C6 49 DB A 43 0 E 123 43 39
Octal 306 111 333 12 103 0 16 443 103 71
Binary 11000110 1001001 11011011 1010 1000011 0 1110 100100011 1000011 111001

Color Harmonies of #C649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649DB

Black with #C649DB

Text Example


Text Example

White with #C649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649DB; }

 p { color: rgb(198,73,219); }

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

background-color css

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

 a { background-color: rgb(198,73,219); }

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

border-color css

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

 span { border-color: rgb(198,73,219); }

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