Html Css Color HEX #C347DB Medium Orchid

📋 copy color: '#C347DB'

red 195 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #C347DB

Tints of Medium Orchid #C347DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.64%

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

R = 40.21%
G = 14.64%
B = 45.15%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C347DB (or 0xC347DB) is known color: Medium Orchid. HEX triplet: C3, 47 and DB. RGB value is (195,71,219). Sum of RGB (Red+Green+Blue) = 195+71+219=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C347DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347DB is #3CB824. Grayscale: #7C7C7C. Windows color (decimal): -3979301 or 14370755. OLE color: 14370755.

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

Color convert

RGB 195 71 219 -
CMYK 0.11 0.68 0 0.14
HSL 290.27º 0.67% 0.57% -
HSV(B) 290.27º 0.68% 0.86% -
XYZ 37.55 21.22 69.14 -
YUV 124.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 195 71 219 0.11 0.68 0 0.14 290.27 0.67 0.57
Hex C3 47 DB B 44 0 E 122 43 39
Octal 303 107 333 13 104 0 16 442 103 71
Binary 11000011 1000111 11011011 1011 1000100 0 1110 100100010 1000011 111001

Color Harmonies of #C347DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347DB

Black with #C347DB

Text Example


Text Example

White with #C347DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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