Html Css Color HEX #C17CC6 Orchid

📋 copy color: '#C17CC6'

red 193 ◦ green 124 ◦ blue 198

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

Shades of Orchid #C17CC6

Tints of Orchid #C17CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.08%

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

R = 37.48%
G = 24.08%
B = 38.45%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C17CC6 (or 0xC17CC6) is known color: Orchid. HEX triplet: C1, 7C and C6. RGB value is (193,124,198). Sum of RGB (Red+Green+Blue) = 193+124+198=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #C17CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC6 is #3E8339. Grayscale: #989898. Windows color (decimal): -4096826 or 13008065. OLE color: 13008065.

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

Color convert

RGB 193 124 198 -
CMYK 0.03 0.37 0 0.22
HSL 295.95º 0.39% 0.63% -
HSV(B) 295.95º 0.37% 0.78% -
XYZ 39.39 29.83 57.11 -
YUV 153.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 193 124 198 0.03 0.37 0 0.22 295.95 0.39 0.63
Hex C1 7C C6 3 25 0 16 128 27 3F
Octal 301 174 306 3 45 0 26 450 47 77
Binary 11000001 1111100 11000110 11 100101 0 10110 100101000 100111 111111

Color Harmonies of #C17CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CC6

Black with #C17CC6

Text Example


Text Example

White with #C17CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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