Html Css Color HEX #C038DB Medium Orchid

📋 copy color: '#C038DB'

red 192 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #C038DB

Tints of Medium Orchid #C038DB

RGB

 RED value IS 192 (75.39% from 255) = 41.11%

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

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

R = 41.11%
G = 11.99%
B = 46.9%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C038DB (or 0xC038DB) is known color: Medium Orchid. HEX triplet: C0, 38 and DB. RGB value is (192,56,219). Sum of RGB (Red+Green+Blue) = 192+56+219=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C038DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038DB is #3FC724. Grayscale: #727272. Windows color (decimal): -4179749 or 14366912. OLE color: 14366912.

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

Color convert

RGB 192 56 219 -
CMYK 0.12 0.74 0 0.14
HSL 290.06º 0.69% 0.54% -
HSV(B) 290.06º 0.74% 0.86% -
XYZ 35.94 19.15 68.82 -
YUV 115.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 192 56 219 0.12 0.74 0 0.14 290.06 0.69 0.54
Hex C0 38 DB C 4A 0 E 122 45 36
Octal 300 70 333 14 112 0 16 442 105 66
Binary 11000000 111000 11011011 1100 1001010 0 1110 100100010 1000101 110110

Color Harmonies of #C038DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038DB

Black with #C038DB

Text Example


Text Example

White with #C038DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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