#C17DCF

Color #C17DCF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C17DCF

Tints of Orchid #C17DCF

Color information

#C17DCF (or 0xC17DCF) is unknown color: approx Orchid. HEX triplet: C1, 7D and CF. RGB value is (193,125,207). Sum of RGB (Red+Green+Blue) = 193+125+207=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCF is #3E8230. Grayscale: #9A9A9A. Windows color (decimal): -4096561 or 13598145. OLE color: 13598145.

HSL color Cylindrical-coordinate representation of color #C17DCF: hue angle of 289.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17DCF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193125207-
CMYK0.070.4000.19
HSL289.76º46.07%65.1%-
HSV(B)289.76º39.61%81.18%-
XYZ40.5930.5162.78-
YUV154.68157.53155.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=36.76%
G=23.81%
B=39.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931252070.070.4000.19289.7646.0765.1
HexC17DCF7280131222e41
Octal30117531775002344256101
Binary110000011111101110011111111010000100111001000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DCF; }

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

 H1.HeaderClassName
 {
   color: #C17DCF;
 }
 .AnyTagClassName
 {
   color: #C17DCF;
 }
</style>
background-color css

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

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

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

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

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

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