#CD70C4

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

Shades of Orchid #CD70C4

Tints of Orchid #CD70C4

Color information

#CD70C4 (or 0xCD70C4) is unknown color: approx Orchid. HEX triplet: CD, 70 and C4. RGB value is (205,112,196). Sum of RGB (Red+Green+Blue) = 205+112+196=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70C4 is #328F3B. Grayscale: #959595. Windows color (decimal): -3313468 or 12873933. OLE color: 12873933.

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

Color convert

RGB205112196-
CMYK00.450.040.20
HSL305.81º48.19%62.16%-
HSV(B)305.81º45.37%80.39%-
XYZ40.9328.5555.58-
YUV149.38154.31167.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=39.96%
G=21.83%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511219600.450.040.20305.8148.1962.16
HexCD70C402D414132303e
Octal3151603040554244626076
Binary11001101111000011000100010110110010100100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70C4; }

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

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

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

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

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

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

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

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