Html Css Color HEX #C349FF Medium Orchid

📋 copy color: '#C349FF'

red 195 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #C349FF

Tints of Medium Orchid #C349FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 37.28%
G = 13.96%
B = 48.76%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C349FF (or 0xC349FF) is known color: Medium Orchid. HEX triplet: C3, 49 and FF. RGB value is (195,73,255). Sum of RGB (Red+Green+Blue) = 195+73+255=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #C349FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C349FF is #3CB600. Grayscale: #818181. Windows color (decimal): -3978753 or 16730563. OLE color: 16730563.

HSL color Cylindrical-coordinate representation of color #C349FF: hue angle of 280.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C349FF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 73 255 -
CMYK 0.24 0.71 0 0
HSL 280.22º 1% 0.64% -
HSV(B) 280.22º 0.71% 1% -
XYZ 42.94 23.59 96.9 -
YUV 130.23 198.42 174.2 -
System Red Green Blue C M Y K H S L
Decimal 195 73 255 0.24 0.71 0 0 280.22 1 0.64
Hex C3 49 FF 18 47 0 0 118 64 40
Octal 303 111 377 30 107 0 0 430 144 100
Binary 11000011 1001001 11111111 11000 1000111 0 0 100011000 1100100 1000000

Color Harmonies of #C349FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349FF

Black with #C349FF

Text Example


Text Example

White with #C349FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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