Html Css Color HEX #C34AEA Medium Orchid

📋 copy color: '#C34AEA'

red 195 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C34AEA

Tints of Medium Orchid #C34AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 38.77%
G = 14.71%
B = 46.52%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C34AEA (or 0xC34AEA) is known color: Medium Orchid. HEX triplet: C3, 4A and EA. RGB value is (195,74,234). Sum of RGB (Red+Green+Blue) = 195+74+234=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C34AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AEA is #3CB515. Grayscale: #7F7F7F. Windows color (decimal): -3978518 or 15354563. OLE color: 15354563.

HSL color Cylindrical-coordinate representation of color #C34AEA: hue angle of 285.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34AEA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 74 234 -
CMYK 0.17 0.68 0 0.08
HSL 285.38º 0.79% 0.6% -
HSV(B) 285.38º 0.68% 0.92% -
XYZ 39.81 22.44 80.08 -
YUV 128.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 195 74 234 0.17 0.68 0 0.08 285.38 0.79 0.6
Hex C3 4A EA 11 44 0 8 11D 4F 3C
Octal 303 112 352 21 104 0 10 435 117 74
Binary 11000011 1001010 11101010 10001 1000100 0 1000 100011101 1001111 111100

Color Harmonies of #C34AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AEA

Black with #C34AEA

Text Example


Text Example

White with #C34AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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