Html Css Color HEX #C738DB Medium Orchid

📋 copy color: '#C738DB'

red 199 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #C738DB

Tints of Medium Orchid #C738DB

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

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

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

R = 41.98%
G = 11.81%
B = 46.2%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C738DB (or 0xC738DB) is known color: Medium Orchid. HEX triplet: C7, 38 and DB. RGB value is (199,56,219). Sum of RGB (Red+Green+Blue) = 199+56+219=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #C738DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738DB is #38C724. Grayscale: #747474. Windows color (decimal): -3720997 or 14366919. OLE color: 14366919.

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

Color convert

RGB 199 56 219 -
CMYK 0.09 0.74 0 0.14
HSL 292.64º 0.69% 0.54% -
HSV(B) 292.64º 0.74% 0.86% -
XYZ 37.75 20.08 68.9 -
YUV 117.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 199 56 219 0.09 0.74 0 0.14 292.64 0.69 0.54
Hex C7 38 DB 9 4A 0 E 125 45 36
Octal 307 70 333 11 112 0 16 445 105 66
Binary 11000111 111000 11011011 1001 1001010 0 1110 100100101 1000101 110110

Color Harmonies of #C738DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C738DB

Black with #C738DB

Text Example


Text Example

White with #C738DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C738DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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