Html Css Color HEX #C349DE Medium Orchid

📋 copy color: '#C349DE'

red 195 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #C349DE

Tints of Medium Orchid #C349DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 39.8%
G = 14.9%
B = 45.31%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C349DE (or 0xC349DE) is known color: Medium Orchid. HEX triplet: C3, 49 and DE. RGB value is (195,73,222). Sum of RGB (Red+Green+Blue) = 195+73+222=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #C349DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349DE is #3CB621. Grayscale: #7D7D7D. Windows color (decimal): -3978786 or 14567875. OLE color: 14567875.

HSL color Cylindrical-coordinate representation of color #C349DE: hue angle of 289.13º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C349DE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 73 222 -
CMYK 0.12 0.67 0 0.13
HSL 289.13º 0.69% 0.58% -
HSV(B) 289.13º 0.67% 0.87% -
XYZ 38.07 21.64 71.28 -
YUV 126.46 181.92 176.88 -
System Red Green Blue C M Y K H S L
Decimal 195 73 222 0.12 0.67 0 0.13 289.13 0.69 0.58
Hex C3 49 DE C 43 0 D 121 45 3A
Octal 303 111 336 14 103 0 15 441 105 72
Binary 11000011 1001001 11011110 1100 1000011 0 1101 100100001 1000101 111010

Color Harmonies of #C349DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349DE

Black with #C349DE

Text Example


Text Example

White with #C349DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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