#CD67D5

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

Shades of Orchid #CD67D5

Tints of Orchid #CD67D5

Color information

#CD67D5 (or 0xCD67D5) is unknown color: approx Orchid. HEX triplet: CD, 67 and D5. RGB value is (205,103,213). Sum of RGB (Red+Green+Blue) = 205+103+213=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67D5 is #32982A. Grayscale: #919191. Windows color (decimal): -3315755 or 13985741. OLE color: 13985741.

HSL color Cylindrical-coordinate representation of color #CD67D5: hue angle of 295.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD67D5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205103213-
CMYK0.040.5200.16
HSL295.64º56.7%61.96%-
HSV(B)295.64º51.64%83.53%-
XYZ42.0427.4866.04-
YUV146.04165.79170.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=39.35%
G=19.77%
B=40.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051032130.040.5200.16295.6456.761.96
HexCD67D5434010128393e
Octal3151473254640204507176
Binary11001101110011111010101100110100010000100101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD67D5; }

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

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

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

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

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

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

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

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