Html Css Color HEX #C17DC0 Orchid

📋 copy color: '#C17DC0'

red 193 ◦ green 125 ◦ blue 192

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

Shades of Orchid #C17DC0

Tints of Orchid #C17DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 37.84%
G = 24.51%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C17DC0 (or 0xC17DC0) is known color: Orchid. HEX triplet: C1, 7D and C0. RGB value is (193,125,192). Sum of RGB (Red+Green+Blue) = 193+125+192=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC0 is #3E823F. Grayscale: #989898. Windows color (decimal): -4096576 or 12615105. OLE color: 12615105.

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

Color convert

RGB 193 125 192 -
CMYK 0 0.35 0.01 0.24
HSL 300.88º 0.35% 0.62% -
HSV(B) 300.88º 0.35% 0.76% -
XYZ 38.84 29.81 53.58 -
YUV 152.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 193 125 192 0 0.35 0.01 0.24 300.88 0.35 0.62
Hex C1 7D C0 0 23 1 18 12D 23 3E
Octal 301 175 300 0 43 1 30 455 43 76
Binary 11000001 1111101 11000000 0 100011 1 11000 100101101 100011 111110

Color Harmonies of #C17DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DC0

Black with #C17DC0

Text Example


Text Example

White with #C17DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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