#CD72BC

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

Shades of Orchid #CD72BC

Tints of Orchid #CD72BC

Color information

#CD72BC (or 0xCD72BC) is unknown color: approx Orchid. HEX triplet: CD, 72 and BC. RGB value is (205,114,188). Sum of RGB (Red+Green+Blue) = 205+114+188=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72BC is #328D43. Grayscale: #959595. Windows color (decimal): -3312964 or 12350157. OLE color: 12350157.

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

Color convert

RGB205114188-
CMYK00.440.080.20
HSL311.21º47.64%62.55%-
HSV(B)311.21º44.39%80.39%-
XYZ40.2728.6450.98-
YUV149.64149.65167.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=40.43%
G=22.49%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511418800.440.080.20311.2147.6462.55
HexCD72BC02C814137303f
Octal31516227405410244676077
Binary110011011110010101111000101100100010100100110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72BC; }

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

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

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

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

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

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

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

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