Html Css Color HEX #C17EC3 Orchid

📋 copy color: '#C17EC3'

red 193 ◦ green 126 ◦ blue 195

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

Shades of Orchid #C17EC3

Tints of Orchid #C17EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 37.55%
G = 24.51%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C17EC3 (or 0xC17EC3) is known color: Orchid. HEX triplet: C1, 7E and C3. RGB value is (193,126,195). Sum of RGB (Red+Green+Blue) = 193+126+195=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #C17EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EC3 is #3E813C. Grayscale: #999999. Windows color (decimal): -4096317 or 12811969. OLE color: 12811969.

HSL color Cylindrical-coordinate representation of color #C17EC3: hue angle of 298.26º degrees, saturation: 0.37, 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 #C17EC3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 126 195 -
CMYK 0.01 0.35 0 0.24
HSL 298.26º 0.37% 0.63% -
HSV(B) 298.26º 0.35% 0.76% -
XYZ 39.3 30.2 55.39 -
YUV 153.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 193 126 195 0.01 0.35 0 0.24 298.26 0.37 0.63
Hex C1 7E C3 1 23 0 18 12A 25 3F
Octal 301 176 303 1 43 0 30 452 45 77
Binary 11000001 1111110 11000011 1 100011 0 11000 100101010 100101 111111

Color Harmonies of #C17EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EC3

Black with #C17EC3

Text Example


Text Example

White with #C17EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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