#CD71BC

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

Shades of Orchid #CD71BC

Tints of Orchid #CD71BC

Color information

#CD71BC (or 0xCD71BC) is unknown color: approx Orchid. HEX triplet: CD, 71 and BC. RGB value is (205,113,188). Sum of RGB (Red+Green+Blue) = 205+113+188=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71BC is #328E43. Grayscale: #949494. Windows color (decimal): -3313220 or 12349901. OLE color: 12349901.

HSL color Cylindrical-coordinate representation of color #CD71BC: hue angle of 311.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD71BC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205113188-
CMYK00.450.080.20
HSL311.09º47.92%62.35%-
HSV(B)311.09º44.88%80.39%-
XYZ40.1628.4250.95-
YUV149.06149.98167.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=40.51%
G=22.33%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511318800.450.080.20311.0947.9262.35
HexCD71BC02D814137303e
Octal31516127405510244676076
Binary110011011110001101111000101101100010100100110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71BC; }

 p { color: rgb(205,113,188); }

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

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

 a { background-color: rgb(205,113,188); }

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

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

 span { border-color: rgb(205,113,188); }

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