Html Css Color HEX #C341EB Medium Orchid

📋 copy color: '#C341EB'

red 195 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #C341EB

Tints of Medium Orchid #C341EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.13%

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

R = 39.39%
G = 13.13%
B = 47.47%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C341EB (or 0xC341EB) is known color: Medium Orchid. HEX triplet: C3, 41 and EB. RGB value is (195,65,235). Sum of RGB (Red+Green+Blue) = 195+65+235=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C341EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341EB is #3CBE14. Grayscale: #7A7A7A. Windows color (decimal): -3980821 or 15417795. OLE color: 15417795.

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

Color convert

RGB 195 65 235 -
CMYK 0.17 0.72 0 0.08
HSL 285.88º 0.81% 0.59% -
HSV(B) 285.88º 0.72% 0.92% -
XYZ 39.39 21.38 80.65 -
YUV 123.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 195 65 235 0.17 0.72 0 0.08 285.88 0.81 0.59
Hex C3 41 EB 11 48 0 8 11E 51 3B
Octal 303 101 353 21 110 0 10 436 121 73
Binary 11000011 1000001 11101011 10001 1001000 0 1000 100011110 1010001 111011

Color Harmonies of #C341EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341EB

Black with #C341EB

Text Example


Text Example

White with #C341EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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