Html Css Color HEX #C17EC1 Orchid

📋 copy color: '#C17EC1'

red 193 ◦ green 126 ◦ blue 193

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

Shades of Orchid #C17EC1

Tints of Orchid #C17EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 37.7%
G = 24.61%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C17EC1 (or 0xC17EC1) is known color: Orchid. HEX triplet: C1, 7E and C1. RGB value is (193,126,193). Sum of RGB (Red+Green+Blue) = 193+126+193=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C17EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EC1 is #3E813E. Grayscale: #999999. Windows color (decimal): -4096319 or 12680897. OLE color: 12680897.

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

Color convert

RGB 193 126 193 -
CMYK 0 0.35 0 0.24
HSL 300º 0.35% 0.63% -
HSV(B) 300º 0.35% 0.76% -
XYZ 39.08 30.11 54.2 -
YUV 153.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 193 126 193 0 0.35 0 0.24 300 0.35 0.63
Hex C1 7E C1 0 23 0 18 12C 23 3F
Octal 301 176 301 0 43 0 30 454 43 77
Binary 11000001 1111110 11000001 0 100011 0 11000 100101100 100011 111111

Color Harmonies of #C17EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EC1

Black with #C17EC1

Text Example


Text Example

White with #C17EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EC1; }

 p { color: rgb(193,126,193); }

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

background-color css

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

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

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

border-color css

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

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

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