Html Css Color HEX #C347DD Medium Orchid

📋 copy color: '#C347DD'

red 195 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #C347DD

Tints of Medium Orchid #C347DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 40.04%
G = 14.58%
B = 45.38%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C347DD (or 0xC347DD) is known color: Medium Orchid. HEX triplet: C3, 47 and DD. RGB value is (195,71,221). Sum of RGB (Red+Green+Blue) = 195+71+221=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C347DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347DD is #3CB822. Grayscale: #7C7C7C. Windows color (decimal): -3979299 or 14501827. OLE color: 14501827.

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

Color convert

RGB 195 71 221 -
CMYK 0.12 0.68 0 0.13
HSL 289.6º 0.69% 0.57% -
HSV(B) 289.6º 0.68% 0.87% -
XYZ 37.81 21.33 70.53 -
YUV 125.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 195 71 221 0.12 0.68 0 0.13 289.6 0.69 0.57
Hex C3 47 DD C 44 0 D 122 45 39
Octal 303 107 335 14 104 0 15 442 105 71
Binary 11000011 1000111 11011101 1100 1000100 0 1101 100100010 1000101 111001

Color Harmonies of #C347DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347DD

Black with #C347DD

Text Example


Text Example

White with #C347DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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