#CD6FC3

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

Shades of Orchid #CD6FC3

Tints of Orchid #CD6FC3

Color information

#CD6FC3 (or 0xCD6FC3) is unknown color: approx Orchid. HEX triplet: CD, 6F and C3. RGB value is (205,111,195). Sum of RGB (Red+Green+Blue) = 205+111+195=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FC3 is #32903C. Grayscale: #949494. Windows color (decimal): -3313725 or 12808141. OLE color: 12808141.

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

Color convert

RGB205111195-
CMYK00.460.050.20
HSL306.38º48.45%61.96%-
HSV(B)306.38º45.85%80.39%-
XYZ40.7128.2954.94-
YUV148.68154.14168.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=40.12%
G=21.72%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511119500.460.050.20306.3848.4561.96
HexCD6FC302E514132303e
Octal3151573030565244626076
Binary11001101110111111000011010111010110100100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FC3; }

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

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

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

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

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

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

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

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