#CD7BCF

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

Shades of Orchid #CD7BCF

Tints of Orchid #CD7BCF

Color information

#CD7BCF (or 0xCD7BCF) is unknown color: approx Orchid. HEX triplet: CD, 7B and CF. RGB value is (205,123,207). Sum of RGB (Red+Green+Blue) = 205+123+207=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BCF is #328430. Grayscale: #9C9C9C. Windows color (decimal): -3310641 or 13597645. OLE color: 13597645.

HSL color Cylindrical-coordinate representation of color #CD7BCF: hue angle of 298.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7BCF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205123207-
CMYK0.010.4100.19
HSL298.57º46.67%64.71%-
HSV(B)298.57º40.58%81.18%-
XYZ43.5231.6562.85-
YUV157.09156.17162.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=38.32%
G=22.99%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051232070.010.4100.19298.5746.6764.71
HexCD7BCF12901312b2f41
Octal31517331715102345357101
Binary1100110111110111100111111010010100111001010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7BCF; }

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

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

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

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

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

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

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

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