Html Css Color HEX #C347CF Medium Orchid

📋 copy color: '#C347CF'

red 195 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #C347CF

Tints of Medium Orchid #C347CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 41.23%
G = 15.01%
B = 43.76%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C347CF (or 0xC347CF) is known color: Medium Orchid. HEX triplet: C3, 47 and CF. RGB value is (195,71,207). Sum of RGB (Red+Green+Blue) = 195+71+207=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C347CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347CF is #3CB830. Grayscale: #7B7B7B. Windows color (decimal): -3979313 or 13584323. OLE color: 13584323.

HSL color Cylindrical-coordinate representation of color #C347CF: hue angle of 294.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C347CF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 71 207 -
CMYK 0.06 0.66 0 0.19
HSL 294.71º 0.59% 0.55% -
HSV(B) 294.71º 0.66% 0.81% -
XYZ 36.02 20.61 61.11 -
YUV 123.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 195 71 207 0.06 0.66 0 0.19 294.71 0.59 0.55
Hex C3 47 CF 6 42 0 13 127 3B 37
Octal 303 107 317 6 102 0 23 447 73 67
Binary 11000011 1000111 11001111 110 1000010 0 10011 100100111 111011 110111

Color Harmonies of #C347CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347CF

Black with #C347CF

Text Example


Text Example

White with #C347CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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