Html Css Color HEX #C175E6 Medium Orchid

📋 copy color: '#C175E6'

red 193 ◦ green 117 ◦ blue 230

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

Shades of Medium Orchid #C175E6

Tints of Medium Orchid #C175E6

RGB

 RED value IS 193 (75.78% from 255) = 35.74%

 GREEN value IS 117 (46.09% from 255) = 21.67%

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 35.74%
G = 21.67%
B = 42.59%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C175E6 (or 0xC175E6) is known color: Medium Orchid. HEX triplet: C1, 75 and E6. RGB value is (193,117,230). Sum of RGB (Red+Green+Blue) = 193+117+230=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #C175E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175E6 is #3E8A19. Grayscale: #989898. Windows color (decimal): -4098586 or 15103425. OLE color: 15103425.

HSL color Cylindrical-coordinate representation of color #C175E6: hue angle of 280.35º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C175E6 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 117 230 -
CMYK 0.16 0.49 0 0.10
HSL 280.35º 0.69% 0.68% -
HSV(B) 280.35º 0.49% 0.9% -
XYZ 42.64 29.77 78.36 -
YUV 152.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 193 117 230 0.16 0.49 0 0.10 280.35 0.69 0.68
Hex C1 75 E6 10 31 0 A 118 45 44
Octal 301 165 346 20 61 0 12 430 105 104
Binary 11000001 1110101 11100110 10000 110001 0 1010 100011000 1000101 1000100

Color Harmonies of #C175E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175E6

Black with #C175E6

Text Example


Text Example

White with #C175E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175E6; }

 p { color: rgb(193,117,230); }

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

background-color css

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

 a { background-color: rgb(193,117,230); }

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

border-color css

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

 span { border-color: rgb(193,117,230); }

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