Html Css Color HEX #C334EA Medium Orchid

📋 copy color: '#C334EA'

red 195 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #C334EA

Tints of Medium Orchid #C334EA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.81%

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

R = 40.54%
G = 10.81%
B = 48.65%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C334EA (or 0xC334EA) is known color: Medium Orchid. HEX triplet: C3, 34 and EA. RGB value is (195,52,234). Sum of RGB (Red+Green+Blue) = 195+52+234=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #C334EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334EA is #3CCB15. Grayscale: #727272. Windows color (decimal): -3984150 or 15348931. OLE color: 15348931.

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

Color convert

RGB 195 52 234 -
CMYK 0.17 0.78 0 0.08
HSL 287.14º 0.81% 0.56% -
HSV(B) 287.14º 0.78% 0.92% -
XYZ 38.58 20 79.67 -
YUV 115.51 194.88 184.7 -
System Red Green Blue C M Y K H S L
Decimal 195 52 234 0.17 0.78 0 0.08 287.14 0.81 0.56
Hex C3 34 EA 11 4E 0 8 11F 51 38
Octal 303 64 352 21 116 0 10 437 121 70
Binary 11000011 110100 11101010 10001 1001110 0 1000 100011111 1010001 111000

Color Harmonies of #C334EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334EA

Black with #C334EA

Text Example


Text Example

White with #C334EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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