#CD7BD0

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

Shades of Orchid #CD7BD0

Tints of Orchid #CD7BD0

Color information

#CD7BD0 (or 0xCD7BD0) is unknown color: approx Orchid. HEX triplet: CD, 7B and D0. RGB value is (205,123,208). Sum of RGB (Red+Green+Blue) = 205+123+208=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BD0 is #32842F. Grayscale: #9C9C9C. Windows color (decimal): -3310640 or 13663181. OLE color: 13663181.

HSL color Cylindrical-coordinate representation of color #CD7BD0: hue angle of 297.88º degrees, saturation: 0.47, 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 #CD7BD0 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205123208-
CMYK0.010.4100.18
HSL297.88º47.49%64.9%-
HSV(B)297.88º40.87%81.57%-
XYZ43.6431.763.49-
YUV157.21156.67162.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=38.25%
G=22.95%
B=38.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051232080.010.4100.18297.8847.4964.9
HexCD7BD012901212a2f41
Octal31517332015102245257101
Binary1100110111110111101000011010010100101001010101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7BD0; }

 p { color: rgb(205,123,208); }

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

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

 a { background-color: rgb(205,123,208); }

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

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

 span { border-color: rgb(205,123,208); }

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