Html Css Color HEX #C34DEF Medium Orchid

📋 copy color: '#C34DEF'

red 195 ◦ green 77 ◦ blue 239

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

Shades of Medium Orchid #C34DEF

Tints of Medium Orchid #C34DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 38.16%
G = 15.07%
B = 46.77%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C34DEF (or 0xC34DEF) is known color: Medium Orchid. HEX triplet: C3, 4D and EF. RGB value is (195,77,239). Sum of RGB (Red+Green+Blue) = 195+77+239=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #C34DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DEF is #3CB210. Grayscale: #828282. Windows color (decimal): -3977745 or 15683011. OLE color: 15683011.

HSL color Cylindrical-coordinate representation of color #C34DEF: hue angle of 283.7º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34DEF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 77 239 -
CMYK 0.18 0.68 0 0.06
HSL 283.7º 0.84% 0.62% -
HSV(B) 283.7º 0.68% 0.94% -
XYZ 40.74 23.14 83.98 -
YUV 130.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 195 77 239 0.18 0.68 0 0.06 283.7 0.84 0.62
Hex C3 4D EF 12 44 0 6 11C 54 3E
Octal 303 115 357 22 104 0 6 434 124 76
Binary 11000011 1001101 11101111 10010 1000100 0 110 100011100 1010100 111110

Color Harmonies of #C34DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DEF

Black with #C34DEF

Text Example


Text Example

White with #C34DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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