Html Css Color HEX #C638DB Medium Orchid

📋 copy color: '#C638DB'

red 198 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #C638DB

Tints of Medium Orchid #C638DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.84%

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

R = 41.86%
G = 11.84%
B = 46.3%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C638DB (or 0xC638DB) is known color: Medium Orchid. HEX triplet: C6, 38 and DB. RGB value is (198,56,219). Sum of RGB (Red+Green+Blue) = 198+56+219=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C638DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C638DB is #39C724. Grayscale: #747474. Windows color (decimal): -3786533 or 14366918. OLE color: 14366918.

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

Color convert

RGB 198 56 219 -
CMYK 0.10 0.74 0 0.14
HSL 292.27º 0.69% 0.54% -
HSV(B) 292.27º 0.74% 0.86% -
XYZ 37.49 19.95 68.89 -
YUV 117.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 198 56 219 0.10 0.74 0 0.14 292.27 0.69 0.54
Hex C6 38 DB A 4A 0 E 124 45 36
Octal 306 70 333 12 112 0 16 444 105 66
Binary 11000110 111000 11011011 1010 1001010 0 1110 100100100 1000101 110110

Color Harmonies of #C638DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638DB

Black with #C638DB

Text Example


Text Example

White with #C638DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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