Html Css Color HEX #C34DE5 Medium Orchid

📋 copy color: '#C34DE5'

red 195 ◦ green 77 ◦ blue 229

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

Shades of Medium Orchid #C34DE5

Tints of Medium Orchid #C34DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.71%

R = 38.92%
G = 15.37%
B = 45.71%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C34DE5 (or 0xC34DE5) is known color: Medium Orchid. HEX triplet: C3, 4D and E5. RGB value is (195,77,229). Sum of RGB (Red+Green+Blue) = 195+77+229=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #C34DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DE5 is #3CB21A. Grayscale: #818181. Windows color (decimal): -3977755 or 15027651. OLE color: 15027651.

HSL color Cylindrical-coordinate representation of color #C34DE5: hue angle of 286.58º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34DE5 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 77 229 -
CMYK 0.15 0.66 0 0.10
HSL 286.58º 0.75% 0.6% -
HSV(B) 286.58º 0.66% 0.9% -
XYZ 39.3 22.57 76.41 -
YUV 129.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 195 77 229 0.15 0.66 0 0.10 286.58 0.75 0.6
Hex C3 4D E5 F 42 0 A 11F 4B 3C
Octal 303 115 345 17 102 0 12 437 113 74
Binary 11000011 1001101 11100101 1111 1000010 0 1010 100011111 1001011 111100

Color Harmonies of #C34DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DE5

Black with #C34DE5

Text Example


Text Example

White with #C34DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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