Html Css Color HEX #C34CD7 Medium Orchid

📋 copy color: '#C34CD7'

red 195 ◦ green 76 ◦ blue 215

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

Shades of Medium Orchid #C34CD7

Tints of Medium Orchid #C34CD7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.64%

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

R = 40.12%
G = 15.64%
B = 44.24%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C34CD7 (or 0xC34CD7) is known color: Medium Orchid. HEX triplet: C3, 4C and D7. RGB value is (195,76,215). Sum of RGB (Red+Green+Blue) = 195+76+215=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #C34CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CD7 is #3CB328. Grayscale: #7E7E7E. Windows color (decimal): -3978025 or 14109891. OLE color: 14109891.

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

Color convert

RGB 195 76 215 -
CMYK 0.09 0.65 0 0.16
HSL 291.37º 0.63% 0.57% -
HSV(B) 291.37º 0.65% 0.84% -
XYZ 37.36 21.68 66.51 -
YUV 127.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 195 76 215 0.09 0.65 0 0.16 291.37 0.63 0.57
Hex C3 4C D7 9 41 0 10 123 3F 39
Octal 303 114 327 11 101 0 20 443 77 71
Binary 11000011 1001100 11010111 1001 1000001 0 10000 100100011 111111 111001

Color Harmonies of #C34CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CD7

Black with #C34CD7

Text Example


Text Example

White with #C34CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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