Html Css Color HEX #C34CEA Medium Orchid

📋 copy color: '#C34CEA'

red 195 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #C34CEA

Tints of Medium Orchid #C34CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

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

R = 38.61%
G = 15.05%
B = 46.34%

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

#C34CEA (or 0xC34CEA) is known color: Medium Orchid. HEX triplet: C3, 4C and EA. RGB value is (195,76,234). Sum of RGB (Red+Green+Blue) = 195+76+234=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C34CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CEA is #3CB315. Grayscale: #818181. Windows color (decimal): -3978006 or 15355075. OLE color: 15355075.

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

Color convert

RGB 195 76 234 -
CMYK 0.17 0.68 0 0.08
HSL 285.19º 0.79% 0.61% -
HSV(B) 285.19º 0.68% 0.92% -
XYZ 39.94 22.71 80.12 -
YUV 129.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 195 76 234 0.17 0.68 0 0.08 285.19 0.79 0.61
Hex C3 4C EA 11 44 0 8 11D 4F 3D
Octal 303 114 352 21 104 0 10 435 117 75
Binary 11000011 1001100 11101010 10001 1000100 0 1000 100011101 1001111 111101

Color Harmonies of #C34CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CEA

Black with #C34CEA

Text Example


Text Example

White with #C34CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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