Html Css Color HEX #C337DB Medium Orchid

📋 copy color: '#C337DB'

red 195 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #C337DB

Tints of Medium Orchid #C337DB

RGB

 RED value IS 195 (76.56% from 255) = 41.58%

 GREEN value IS 55 (21.88% from 255) = 11.73%

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

R = 41.58%
G = 11.73%
B = 46.7%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C337DB (or 0xC337DB) is known color: Medium Orchid. HEX triplet: C3, 37 and DB. RGB value is (195,55,219). Sum of RGB (Red+Green+Blue) = 195+55+219=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C337DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337DB is #3CC824. Grayscale: #737373. Windows color (decimal): -3983397 or 14366659. OLE color: 14366659.

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

Color convert

RGB 195 55 219 -
CMYK 0.11 0.75 0 0.14
HSL 291.22º 0.69% 0.54% -
HSV(B) 291.22º 0.75% 0.86% -
XYZ 36.66 19.45 68.84 -
YUV 115.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 195 55 219 0.11 0.75 0 0.14 291.22 0.69 0.54
Hex C3 37 DB B 4B 0 E 123 45 36
Octal 303 67 333 13 113 0 16 443 105 66
Binary 11000011 110111 11011011 1011 1001011 0 1110 100100011 1000101 110110

Color Harmonies of #C337DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337DB

Black with #C337DB

Text Example


Text Example

White with #C337DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337DB; }

 p { color: rgb(195,55,219); }

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

background-color css

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

 a { background-color: rgb(195,55,219); }

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

border-color css

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

 span { border-color: rgb(195,55,219); }

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