Html Css Color HEX #C34BE4 Medium Orchid

📋 copy color: '#C34BE4'

red 195 ◦ green 75 ◦ blue 228

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

Shades of Medium Orchid #C34BE4

Tints of Medium Orchid #C34BE4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.06%

 BLUE value IS 228 (89.45% from 255) = 45.78%

R = 39.16%
G = 15.06%
B = 45.78%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C34BE4 (or 0xC34BE4) is known color: Medium Orchid. HEX triplet: C3, 4B and E4. RGB value is (195,75,228). Sum of RGB (Red+Green+Blue) = 195+75+228=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #C34BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BE4 is #3CB41B. Grayscale: #7F7F7F. Windows color (decimal): -3978268 or 14961603. OLE color: 14961603.

HSL color Cylindrical-coordinate representation of color #C34BE4: hue angle of 287.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34BE4 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 75 228 -
CMYK 0.14 0.67 0 0.11
HSL 287.06º 0.74% 0.59% -
HSV(B) 287.06º 0.67% 0.89% -
XYZ 39.03 22.24 75.63 -
YUV 128.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 195 75 228 0.14 0.67 0 0.11 287.06 0.74 0.59
Hex C3 4B E4 E 43 0 B 11F 4A 3B
Octal 303 113 344 16 103 0 13 437 112 73
Binary 11000011 1001011 11100100 1110 1000011 0 1011 100011111 1001010 111011

Color Harmonies of #C34BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BE4

Black with #C34BE4

Text Example


Text Example

White with #C34BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BE4; }

 p { color: rgb(195,75,228); }

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

background-color css

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

 a { background-color: rgb(195,75,228); }

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

border-color css

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

 span { border-color: rgb(195,75,228); }

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