Html Css Color HEX #C34CDF Medium Orchid

📋 copy color: '#C34CDF'

red 195 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #C34CDF

Tints of Medium Orchid #C34CDF

RGB

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

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

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

R = 39.47%
G = 15.38%
B = 45.14%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34CDF (or 0xC34CDF) is known color: Medium Orchid. HEX triplet: C3, 4C and DF. RGB value is (195,76,223). Sum of RGB (Red+Green+Blue) = 195+76+223=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #C34CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CDF is #3CB320. Grayscale: #7F7F7F. Windows color (decimal): -3978017 or 14634179. OLE color: 14634179.

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

Color convert

RGB 195 76 223 -
CMYK 0.13 0.66 0 0.13
HSL 288.57º 0.7% 0.59% -
HSV(B) 288.57º 0.66% 0.87% -
XYZ 38.41 22.1 72.05 -
YUV 128.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 195 76 223 0.13 0.66 0 0.13 288.57 0.7 0.59
Hex C3 4C DF D 42 0 D 121 46 3B
Octal 303 114 337 15 102 0 15 441 106 73
Binary 11000011 1001100 11011111 1101 1000010 0 1101 100100001 1000110 111011

Color Harmonies of #C34CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CDF

Black with #C34CDF

Text Example


Text Example

White with #C34CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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