#CD6BD5

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

Shades of Orchid #CD6BD5

Tints of Orchid #CD6BD5

Color information

#CD6BD5 (or 0xCD6BD5) is unknown color: approx Orchid. HEX triplet: CD, 6B and D5. RGB value is (205,107,213). Sum of RGB (Red+Green+Blue) = 205+107+213=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BD5 is #32942A. Grayscale: #949494. Windows color (decimal): -3314731 or 13986765. OLE color: 13986765.

HSL color Cylindrical-coordinate representation of color #CD6BD5: hue angle of 295.47º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6BD5 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205107213-
CMYK0.040.5000.16
HSL295.47º55.79%62.75%-
HSV(B)295.47º49.77%83.53%-
XYZ42.4428.366.18-
YUV148.39164.47168.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 107 (42.19% from 255) = 20.38%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=39.05%
G=20.38%
B=40.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051072130.040.5000.16295.4755.7962.75
HexCD6BD5432010127383f
Octal3151533254620204477077
Binary11001101110101111010101100110010010000100100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BD5; }

 p { color: rgb(205,107,213); }

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

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

 a { background-color: rgb(205,107,213); }

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

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

 span { border-color: rgb(205,107,213); }

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