Html Css Color HEX #C17CD1 Orchid

📋 copy color: '#C17CD1'

red 193 ◦ green 124 ◦ blue 209

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

Shades of Orchid #C17CD1

Tints of Orchid #C17CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 36.69%
G = 23.57%
B = 39.73%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C17CD1 (or 0xC17CD1) is known color: Orchid. HEX triplet: C1, 7C and D1. RGB value is (193,124,209). Sum of RGB (Red+Green+Blue) = 193+124+209=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #C17CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CD1 is #3E832E. Grayscale: #9A9A9A. Windows color (decimal): -4096815 or 13728961. OLE color: 13728961.

HSL color Cylindrical-coordinate representation of color #C17CD1: hue angle of 288.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17CD1 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 124 209 -
CMYK 0.08 0.41 0 0.18
HSL 288.71º 0.48% 0.65% -
HSV(B) 288.71º 0.41% 0.82% -
XYZ 40.71 30.36 64.04 -
YUV 154.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 193 124 209 0.08 0.41 0 0.18 288.71 0.48 0.65
Hex C1 7C D1 8 29 0 12 121 30 41
Octal 301 174 321 10 51 0 22 441 60 101
Binary 11000001 1111100 11010001 1000 101001 0 10010 100100001 110000 1000001

Color Harmonies of #C17CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CD1

Black with #C17CD1

Text Example


Text Example

White with #C17CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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