#CD73BC

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

Shades of Orchid #CD73BC

Tints of Orchid #CD73BC

Color information

#CD73BC (or 0xCD73BC) is unknown color: approx Orchid. HEX triplet: CD, 73 and BC. RGB value is (205,115,188). Sum of RGB (Red+Green+Blue) = 205+115+188=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73BC is #328C43. Grayscale: #969696. Windows color (decimal): -3312708 or 12350413. OLE color: 12350413.

HSL color Cylindrical-coordinate representation of color #CD73BC: hue angle of 311.33º degrees, saturation: 0.47, 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 #CD73BC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205115188-
CMYK00.440.080.20
HSL311.33º47.37%62.75%-
HSV(B)311.33º43.9%80.39%-
XYZ40.3828.8751.02-
YUV150.23149.32167.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=40.35%
G=22.64%
B=37.01%

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
Decimal20511518800.440.080.20311.3347.3762.75
HexCD73BC02C8141372f3f
Octal31516327405410244675777
Binary110011011110011101111000101100100010100100110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD73BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD73BC; }

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

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

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

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

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

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

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

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