#CD70C3

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

Shades of Orchid #CD70C3

Tints of Orchid #CD70C3

Color information

#CD70C3 (or 0xCD70C3) is unknown color: approx Orchid. HEX triplet: CD, 70 and C3. RGB value is (205,112,195). Sum of RGB (Red+Green+Blue) = 205+112+195=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70C3 is #328F3C. Grayscale: #959595. Windows color (decimal): -3313469 or 12808397. OLE color: 12808397.

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

Color convert

RGB205112195-
CMYK00.450.050.20
HSL306.45º48.19%62.16%-
HSV(B)306.45º45.37%80.39%-
XYZ40.8228.5154.98-
YUV149.27153.81167.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=40.04%
G=21.88%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511219500.450.050.20306.4548.1962.16
HexCD70C302D514132303e
Octal3151603030555244626076
Binary11001101111000011000011010110110110100100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70C3; }

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

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

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

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

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

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

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

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