#CD6AC4

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

Shades of Orchid #CD6AC4

Tints of Orchid #CD6AC4

Color information

#CD6AC4 (or 0xCD6AC4) is unknown color: approx Orchid. HEX triplet: CD, 6A and C4. RGB value is (205,106,196). Sum of RGB (Red+Green+Blue) = 205+106+196=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AC4 is #32953B. Grayscale: #919191. Windows color (decimal): -3315004 or 12872397. OLE color: 12872397.

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

Color convert

RGB205106196-
CMYK00.480.040.20
HSL305.45º49.75%60.98%-
HSV(B)305.45º48.29%80.39%-
XYZ40.2927.2755.36-
YUV145.86156.3170.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=40.43%
G=20.91%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510619600.480.040.20305.4549.7560.98
HexCD6AC4030414131323d
Octal3151523040604244616275
Binary11001101110101011000100011000010010100100110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AC4; }

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

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

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

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

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

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

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

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