Html Css Color HEX #C644DB Medium Orchid

📋 copy color: '#C644DB'

red 198 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #C644DB

Tints of Medium Orchid #C644DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.02%

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

R = 40.82%
G = 14.02%
B = 45.15%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C644DB (or 0xC644DB) is known color: Medium Orchid. HEX triplet: C6, 44 and DB. RGB value is (198,68,219). Sum of RGB (Red+Green+Blue) = 198+68+219=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C644DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644DB is #39BB24. Grayscale: #7B7B7B. Windows color (decimal): -3783461 or 14369990. OLE color: 14369990.

HSL color Cylindrical-coordinate representation of color #C644DB: hue angle of 291.66º 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 #C644DB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 68 219 -
CMYK 0.10 0.69 0 0.14
HSL 291.66º 0.68% 0.56% -
HSV(B) 291.66º 0.69% 0.86% -
XYZ 38.14 21.25 69.11 -
YUV 124.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 198 68 219 0.10 0.69 0 0.14 291.66 0.68 0.56
Hex C6 44 DB A 45 0 E 124 44 38
Octal 306 104 333 12 105 0 16 444 104 70
Binary 11000110 1000100 11011011 1010 1000101 0 1110 100100100 1000100 111000

Color Harmonies of #C644DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644DB

Black with #C644DB

Text Example


Text Example

White with #C644DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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