Html Css Color HEX #C34DE8 Medium Orchid

📋 copy color: '#C34DE8'

red 195 ◦ green 77 ◦ blue 232

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

Shades of Medium Orchid #C34DE8

Tints of Medium Orchid #C34DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 38.69%
G = 15.28%
B = 46.03%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C34DE8 (or 0xC34DE8) is known color: Medium Orchid. HEX triplet: C3, 4D and E8. RGB value is (195,77,232). Sum of RGB (Red+Green+Blue) = 195+77+232=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #C34DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DE8 is #3CB217. Grayscale: #818181. Windows color (decimal): -3977752 or 15224259. OLE color: 15224259.

HSL color Cylindrical-coordinate representation of color #C34DE8: hue angle of 285.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34DE8 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 77 232 -
CMYK 0.16 0.67 0 0.09
HSL 285.68º 0.77% 0.61% -
HSV(B) 285.68º 0.67% 0.91% -
XYZ 39.73 22.74 78.64 -
YUV 129.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 195 77 232 0.16 0.67 0 0.09 285.68 0.77 0.61
Hex C3 4D E8 10 43 0 9 11E 4D 3D
Octal 303 115 350 20 103 0 11 436 115 75
Binary 11000011 1001101 11101000 10000 1000011 0 1001 100011110 1001101 111101

Color Harmonies of #C34DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DE8

Black with #C34DE8

Text Example


Text Example

White with #C34DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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