Html Css Color HEX #C349EB Medium Orchid

📋 copy color: '#C349EB'

red 195 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #C349EB

Tints of Medium Orchid #C349EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.51%

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

R = 38.77%
G = 14.51%
B = 46.72%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C349EB (or 0xC349EB) is known color: Medium Orchid. HEX triplet: C3, 49 and EB. RGB value is (195,73,235). Sum of RGB (Red+Green+Blue) = 195+73+235=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C349EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C349EB is #3CB614. Grayscale: #7F7F7F. Windows color (decimal): -3978773 or 15419843. OLE color: 15419843.

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

Color convert

RGB 195 73 235 -
CMYK 0.17 0.69 0 0.08
HSL 285.19º 0.8% 0.6% -
HSV(B) 285.19º 0.69% 0.92% -
XYZ 39.88 22.37 80.81 -
YUV 127.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 195 73 235 0.17 0.69 0 0.08 285.19 0.8 0.6
Hex C3 49 EB 11 45 0 8 11D 50 3C
Octal 303 111 353 21 105 0 10 435 120 74
Binary 11000011 1001001 11101011 10001 1000101 0 1000 100011101 1010000 111100

Color Harmonies of #C349EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349EB

Black with #C349EB

Text Example


Text Example

White with #C349EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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