Html Css Color HEX #C17DC1 Orchid

📋 copy color: '#C17DC1'

red 193 ◦ green 125 ◦ blue 193

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

Shades of Orchid #C17DC1

Tints of Orchid #C17DC1

RGB

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

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

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

R = 37.77%
G = 24.46%
B = 37.77%

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

#C17DC1 (or 0xC17DC1) is known color: Orchid. HEX triplet: C1, 7D and C1. RGB value is (193,125,193). Sum of RGB (Red+Green+Blue) = 193+125+193=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C17DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC1 is #3E823E. Grayscale: #989898. Windows color (decimal): -4096575 or 12680641. OLE color: 12680641.

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

Color convert

RGB 193 125 193 -
CMYK 0 0.35 0 0.24
HSL 300º 0.35% 0.62% -
HSV(B) 300º 0.35% 0.76% -
XYZ 38.95 29.85 54.16 -
YUV 153.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 193 125 193 0 0.35 0 0.24 300 0.35 0.62
Hex C1 7D C1 0 23 0 18 12C 23 3E
Octal 301 175 301 0 43 0 30 454 43 76
Binary 11000001 1111101 11000001 0 100011 0 11000 100101100 100011 111110

Color Harmonies of #C17DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DC1

Black with #C17DC1

Text Example


Text Example

White with #C17DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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