Html Css Color HEX #C641DB Medium Orchid

📋 copy color: '#C641DB'

red 198 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #C641DB

Tints of Medium Orchid #C641DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.49%

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

R = 41.08%
G = 13.49%
B = 45.44%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C641DB (or 0xC641DB) is known color: Medium Orchid. HEX triplet: C6, 41 and DB. RGB value is (198,65,219). Sum of RGB (Red+Green+Blue) = 198+65+219=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C641DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641DB is #39BE24. Grayscale: #797979. Windows color (decimal): -3784229 or 14369222. OLE color: 14369222.

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

Color convert

RGB 198 65 219 -
CMYK 0.10 0.70 0 0.14
HSL 291.82º 0.68% 0.56% -
HSV(B) 291.82º 0.7% 0.86% -
XYZ 37.97 20.9 69.05 -
YUV 122.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 198 65 219 0.10 0.70 0 0.14 291.82 0.68 0.56
Hex C6 41 DB A 46 0 E 124 44 38
Octal 306 101 333 12 106 0 16 444 104 70
Binary 11000110 1000001 11011011 1010 1000110 0 1110 100100100 1000100 111000

Color Harmonies of #C641DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641DB

Black with #C641DB

Text Example


Text Example

White with #C641DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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