Html Css Color HEX #C34EEB Medium Orchid

📋 copy color: '#C34EEB'

red 195 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #C34EEB

Tints of Medium Orchid #C34EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 38.39%
G = 15.35%
B = 46.26%

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

#C34EEB (or 0xC34EEB) is known color: Medium Orchid. HEX triplet: C3, 4E and EB. RGB value is (195,78,235). Sum of RGB (Red+Green+Blue) = 195+78+235=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C34EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EEB is #3CB114. Grayscale: #828282. Windows color (decimal): -3977493 or 15421123. OLE color: 15421123.

HSL color Cylindrical-coordinate representation of color #C34EEB: hue angle of 284.71º degrees, saturation: 0.8, 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 #C34EEB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 78 235 -
CMYK 0.17 0.67 0 0.08
HSL 284.71º 0.8% 0.61% -
HSV(B) 284.71º 0.67% 0.92% -
XYZ 40.23 23.05 80.93 -
YUV 130.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 195 78 235 0.17 0.67 0 0.08 284.71 0.8 0.61
Hex C3 4E EB 11 43 0 8 11D 50 3D
Octal 303 116 353 21 103 0 10 435 120 75
Binary 11000011 1001110 11101011 10001 1000011 0 1000 100011101 1010000 111101

Color Harmonies of #C34EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EEB

Black with #C34EEB

Text Example


Text Example

White with #C34EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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