#CD6AC3

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

Shades of Orchid #CD6AC3

Tints of Orchid #CD6AC3

Color information

#CD6AC3 (or 0xCD6AC3) is unknown color: approx Orchid. HEX triplet: CD, 6A and C3. RGB value is (205,106,195). Sum of RGB (Red+Green+Blue) = 205+106+195=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AC3 is #32953C. Grayscale: #919191. Windows color (decimal): -3315005 or 12806861. OLE color: 12806861.

HSL color Cylindrical-coordinate representation of color #CD6AC3: hue angle of 306.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6AC3 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205106195-
CMYK00.480.050.20
HSL306.06º49.75%60.98%-
HSV(B)306.06º48.29%80.39%-
XYZ40.1827.2354.77-
YUV145.75155.8170.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 195 (76.56% from 255) = 38.54%
R=40.51%
G=20.95%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510619500.480.050.20306.0649.7560.98
HexCD6AC3030514132323d
Octal3151523030605244626275
Binary11001101110101011000011011000010110100100110010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AC3; }

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

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

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

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

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

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

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

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