Html Css Color HEX #C17DC6 Orchid

📋 copy color: '#C17DC6'

red 193 ◦ green 125 ◦ blue 198

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

Shades of Orchid #C17DC6

Tints of Orchid #C17DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

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

R = 37.4%
G = 24.22%
B = 38.37%

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

#C17DC6 (or 0xC17DC6) is known color: Orchid. HEX triplet: C1, 7D and C6. RGB value is (193,125,198). Sum of RGB (Red+Green+Blue) = 193+125+198=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #C17DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC6 is #3E8239. Grayscale: #999999. Windows color (decimal): -4096570 or 13008321. OLE color: 13008321.

HSL color Cylindrical-coordinate representation of color #C17DC6: hue angle of 295.89º 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 #C17DC6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 125 198 -
CMYK 0.03 0.37 0 0.22
HSL 295.89º 0.39% 0.63% -
HSV(B) 295.89º 0.37% 0.78% -
XYZ 39.52 30.08 57.15 -
YUV 153.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 193 125 198 0.03 0.37 0 0.22 295.89 0.39 0.63
Hex C1 7D C6 3 25 0 16 128 27 3F
Octal 301 175 306 3 45 0 26 450 47 77
Binary 11000001 1111101 11000110 11 100101 0 10110 100101000 100111 111111

Color Harmonies of #C17DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DC6

Black with #C17DC6

Text Example


Text Example

White with #C17DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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