#CD78CF

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

Shades of Orchid #CD78CF

Tints of Orchid #CD78CF

Color information

#CD78CF (or 0xCD78CF) is unknown color: approx Orchid. HEX triplet: CD, 78 and CF. RGB value is (205,120,207). Sum of RGB (Red+Green+Blue) = 205+120+207=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78CF is #328730. Grayscale: #9B9B9B. Windows color (decimal): -3311409 or 13596877. OLE color: 13596877.

HSL color Cylindrical-coordinate representation of color #CD78CF: hue angle of 298.62º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD78CF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205120207-
CMYK0.010.4200.19
HSL298.62º47.54%64.12%-
HSV(B)298.62º42.03%81.18%-
XYZ43.1630.9262.72-
YUV155.33157.16163.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=38.53%
G=22.56%
B=38.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051202070.010.4200.19298.6247.5464.12
HexCD78CF12A01312b3040
Octal31517031715202345360100
Binary1100110111110001100111111010100100111001010111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78CF; }

 p { color: rgb(205,120,207); }

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

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

 a { background-color: rgb(205,120,207); }

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

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

 span { border-color: rgb(205,120,207); }

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