Html Css Color HEX #C34CEC Medium Orchid

📋 copy color: '#C34CEC'

red 195 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C34CEC

Tints of Medium Orchid #C34CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 38.46%
G = 14.99%
B = 46.55%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C34CEC (or 0xC34CEC) is known color: Medium Orchid. HEX triplet: C3, 4C and EC. RGB value is (195,76,236). Sum of RGB (Red+Green+Blue) = 195+76+236=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C34CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CEC is #3CB313. Grayscale: #818181. Windows color (decimal): -3978004 or 15486147. OLE color: 15486147.

HSL color Cylindrical-coordinate representation of color #C34CEC: hue angle of 284.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34CEC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 76 236 -
CMYK 0.17 0.68 0 0.07
HSL 284.63º 0.81% 0.61% -
HSV(B) 284.63º 0.68% 0.93% -
XYZ 40.23 22.83 81.64 -
YUV 129.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 195 76 236 0.17 0.68 0 0.07 284.63 0.81 0.61
Hex C3 4C EC 11 44 0 7 11D 51 3D
Octal 303 114 354 21 104 0 7 435 121 75
Binary 11000011 1001100 11101100 10001 1000100 0 111 100011101 1010001 111101

Color Harmonies of #C34CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CEC

Black with #C34CEC

Text Example


Text Example

White with #C34CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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