Html Css Color HEX #C370DB Medium Orchid

📋 copy color: '#C370DB'

red 195 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #C370DB

Tints of Medium Orchid #C370DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

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

R = 37.07%
G = 21.29%
B = 41.63%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C370DB (or 0xC370DB) is known color: Medium Orchid. HEX triplet: C3, 70 and DB. RGB value is (195,112,219). Sum of RGB (Red+Green+Blue) = 195+112+219=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C370DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370DB is #3C8F24. Grayscale: #949494. Windows color (decimal): -3968805 or 14381251. OLE color: 14381251.

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

Color convert

RGB 195 112 219 -
CMYK 0.11 0.49 0 0.14
HSL 286.54º 0.6% 0.65% -
HSV(B) 286.54º 0.49% 0.86% -
XYZ 41.09 28.3 70.32 -
YUV 149.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 195 112 219 0.11 0.49 0 0.14 286.54 0.6 0.65
Hex C3 70 DB B 31 0 E 11F 3C 41
Octal 303 160 333 13 61 0 16 437 74 101
Binary 11000011 1110000 11011011 1011 110001 0 1110 100011111 111100 1000001

Color Harmonies of #C370DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370DB

Black with #C370DB

Text Example


Text Example

White with #C370DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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