Html Css Color HEX #C34EEA Medium Orchid

📋 copy color: '#C34EEA'

red 195 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #C34EEA

Tints of Medium Orchid #C34EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

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

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C34EEA (or 0xC34EEA) is known color: Medium Orchid. HEX triplet: C3, 4E and EA. RGB value is (195,78,234). Sum of RGB (Red+Green+Blue) = 195+78+234=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C34EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EEA is #3CB115. Grayscale: #828282. Windows color (decimal): -3977494 or 15355587. OLE color: 15355587.

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

Color convert

RGB 195 78 234 -
CMYK 0.17 0.67 0 0.08
HSL 285º 0.79% 0.61% -
HSV(B) 285º 0.67% 0.92% -
XYZ 40.08 22.99 80.17 -
YUV 130.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 195 78 234 0.17 0.67 0 0.08 285 0.79 0.61
Hex C3 4E EA 11 43 0 8 11D 4F 3D
Octal 303 116 352 21 103 0 10 435 117 75
Binary 11000011 1001110 11101010 10001 1000011 0 1000 100011101 1001111 111101

Color Harmonies of #C34EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EEA

Black with #C34EEA

Text Example


Text Example

White with #C34EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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