Html Css Color HEX #C34DD7 Medium Orchid

📋 copy color: '#C34DD7'

red 195 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #C34DD7

Tints of Medium Orchid #C34DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 40.04%
G = 15.81%
B = 44.15%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C34DD7 (or 0xC34DD7) is known color: Medium Orchid. HEX triplet: C3, 4D and D7. RGB value is (195,77,215). Sum of RGB (Red+Green+Blue) = 195+77+215=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #C34DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DD7 is #3CB228. Grayscale: #7F7F7F. Windows color (decimal): -3977769 or 14110147. OLE color: 14110147.

HSL color Cylindrical-coordinate representation of color #C34DD7: hue angle of 291.3º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34DD7 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 77 215 -
CMYK 0.09 0.64 0 0.16
HSL 291.3º 0.63% 0.57% -
HSV(B) 291.3º 0.64% 0.84% -
XYZ 37.43 21.82 66.53 -
YUV 128.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 195 77 215 0.09 0.64 0 0.16 291.3 0.63 0.57
Hex C3 4D D7 9 40 0 10 123 3F 39
Octal 303 115 327 11 100 0 20 443 77 71
Binary 11000011 1001101 11010111 1001 1000000 0 10000 100100011 111111 111001

Color Harmonies of #C34DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DD7

Black with #C34DD7

Text Example


Text Example

White with #C34DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DD7; }

 p { color: rgb(195,77,215); }

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

background-color css

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

 a { background-color: rgb(195,77,215); }

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

border-color css

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

 span { border-color: rgb(195,77,215); }

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