#CD7AC3

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

Shades of Orchid #CD7AC3

Tints of Orchid #CD7AC3

Color information

#CD7AC3 (or 0xCD7AC3) is unknown color: approx Orchid. HEX triplet: CD, 7A and C3. RGB value is (205,122,195). Sum of RGB (Red+Green+Blue) = 205+122+195=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AC3 is #32853C. Grayscale: #9A9A9A. Windows color (decimal): -3310909 or 12810957. OLE color: 12810957.

HSL color Cylindrical-coordinate representation of color #CD7AC3: hue angle of 307.23º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7AC3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205122195-
CMYK00.400.050.20
HSL307.23º45.36%64.12%-
HSV(B)307.23º40.49%80.39%-
XYZ41.9930.8455.37-
YUV155.14150.5163.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=39.27%
G=23.37%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512219500.400.050.20307.2345.3664.12
HexCD7AC30285141332d40
Octal31517230305052446355100
Binary110011011111010110000110101000101101001001100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AC3; }

 p { color: rgb(205,122,195); }

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

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

 a { background-color: rgb(205,122,195); }

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

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

 span { border-color: rgb(205,122,195); }

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