Html Css Color HEX #C34AE9 Medium Orchid

📋 copy color: '#C34AE9'

red 195 ◦ green 74 ◦ blue 233

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

Shades of Medium Orchid #C34AE9

Tints of Medium Orchid #C34AE9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 38.84%
G = 14.74%
B = 46.41%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C34AE9 (or 0xC34AE9) is known color: Medium Orchid. HEX triplet: C3, 4A and E9. RGB value is (195,74,233). Sum of RGB (Red+Green+Blue) = 195+74+233=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #C34AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AE9 is #3CB516. Grayscale: #7F7F7F. Windows color (decimal): -3978519 or 15289027. OLE color: 15289027.

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

Color convert

RGB 195 74 233 -
CMYK 0.16 0.68 0 0.09
HSL 285.66º 0.78% 0.6% -
HSV(B) 285.66º 0.68% 0.91% -
XYZ 39.66 22.38 79.32 -
YUV 128.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 195 74 233 0.16 0.68 0 0.09 285.66 0.78 0.6
Hex C3 4A E9 10 44 0 9 11E 4E 3C
Octal 303 112 351 20 104 0 11 436 116 74
Binary 11000011 1001010 11101001 10000 1000100 0 1001 100011110 1001110 111100

Color Harmonies of #C34AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AE9

Black with #C34AE9

Text Example


Text Example

White with #C34AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AE9; }

 p { color: rgb(195,74,233); }

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

background-color css

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

 a { background-color: rgb(195,74,233); }

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

border-color css

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

 span { border-color: rgb(195,74,233); }

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