#CD7AC5

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

Shades of Orchid #CD7AC5

Tints of Orchid #CD7AC5

Color information

#CD7AC5 (or 0xCD7AC5) is unknown color: approx Orchid. HEX triplet: CD, 7A and C5. RGB value is (205,122,197). Sum of RGB (Red+Green+Blue) = 205+122+197=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AC5 is #32853A. Grayscale: #9B9B9B. Windows color (decimal): -3310907 or 12942029. OLE color: 12942029.

HSL color Cylindrical-coordinate representation of color #CD7AC5: hue angle of 305.78º 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 #CD7AC5 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205122197-
CMYK00.400.040.20
HSL305.78º45.36%64.12%-
HSV(B)305.78º40.49%80.39%-
XYZ42.2130.9356.57-
YUV155.37151.5163.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=39.12%
G=23.28%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512219700.400.040.20305.7845.3664.12
HexCD7AC50284141322d40
Octal31517230505042446255100
Binary110011011111010110001010101000100101001001100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AC5; }

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

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

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

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

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

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

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

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