Html Css Color HEX #C17EC6 Orchid

📋 copy color: '#C17EC6'

red 193 ◦ green 126 ◦ blue 198

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

Shades of Orchid #C17EC6

Tints of Orchid #C17EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 37.33%
G = 24.37%
B = 38.3%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C17EC6 (or 0xC17EC6) is known color: Orchid. HEX triplet: C1, 7E and C6. RGB value is (193,126,198). Sum of RGB (Red+Green+Blue) = 193+126+198=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #C17EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EC6 is #3E8139. Grayscale: #9A9A9A. Windows color (decimal): -4096314 or 13008577. OLE color: 13008577.

HSL color Cylindrical-coordinate representation of color #C17EC6: hue angle of 295.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17EC6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 126 198 -
CMYK 0.03 0.36 0 0.22
HSL 295.83º 0.39% 0.64% -
HSV(B) 295.83º 0.36% 0.78% -
XYZ 39.65 30.34 57.19 -
YUV 154.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 193 126 198 0.03 0.36 0 0.22 295.83 0.39 0.64
Hex C1 7E C6 3 24 0 16 128 27 40
Octal 301 176 306 3 44 0 26 450 47 100
Binary 11000001 1111110 11000110 11 100100 0 10110 100101000 100111 1000000

Color Harmonies of #C17EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EC6

Black with #C17EC6

Text Example


Text Example

White with #C17EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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