Html Css Color HEX #C341EE Medium Orchid

📋 copy color: '#C341EE'

red 195 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #C341EE

Tints of Medium Orchid #C341EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 39.16%
G = 13.05%
B = 47.79%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C341EE (or 0xC341EE) is known color: Medium Orchid. HEX triplet: C3, 41 and EE. RGB value is (195,65,238). Sum of RGB (Red+Green+Blue) = 195+65+238=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #C341EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341EE is #3CBE11. Grayscale: #7B7B7B. Windows color (decimal): -3980818 or 15614403. OLE color: 15614403.

HSL color Cylindrical-coordinate representation of color #C341EE: hue angle of 285.09º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C341EE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 65 238 -
CMYK 0.18 0.73 0 0.07
HSL 285.09º 0.84% 0.59% -
HSV(B) 285.09º 0.73% 0.93% -
XYZ 39.83 21.56 82.95 -
YUV 123.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 195 65 238 0.18 0.73 0 0.07 285.09 0.84 0.59
Hex C3 41 EE 12 49 0 7 11D 54 3B
Octal 303 101 356 22 111 0 7 435 124 73
Binary 11000011 1000001 11101110 10010 1001001 0 111 100011101 1010100 111011

Color Harmonies of #C341EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341EE

Black with #C341EE

Text Example


Text Example

White with #C341EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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