Html Css Color HEX #C347DF Medium Orchid

📋 copy color: '#C347DF'

red 195 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #C347DF

Tints of Medium Orchid #C347DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 39.88%
G = 14.52%
B = 45.6%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C347DF (or 0xC347DF) is known color: Medium Orchid. HEX triplet: C3, 47 and DF. RGB value is (195,71,223). Sum of RGB (Red+Green+Blue) = 195+71+223=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #C347DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347DF is #3CB820. Grayscale: #7C7C7C. Windows color (decimal): -3979297 or 14632899. OLE color: 14632899.

HSL color Cylindrical-coordinate representation of color #C347DF: hue angle of 288.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C347DF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 71 223 -
CMYK 0.13 0.68 0 0.13
HSL 288.95º 0.7% 0.58% -
HSV(B) 288.95º 0.68% 0.87% -
XYZ 38.08 21.44 71.94 -
YUV 125.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 195 71 223 0.13 0.68 0 0.13 288.95 0.7 0.58
Hex C3 47 DF D 44 0 D 121 46 3A
Octal 303 107 337 15 104 0 15 441 106 72
Binary 11000011 1000111 11011111 1101 1000100 0 1101 100100001 1000110 111010

Color Harmonies of #C347DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347DF

Black with #C347DF

Text Example


Text Example

White with #C347DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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