#CA78D0

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

Shades of Orchid #CA78D0

Tints of Orchid #CA78D0

Color information

#CA78D0 (or 0xCA78D0) is unknown color: approx Orchid. HEX triplet: CA, 78 and D0. RGB value is (202,120,208). Sum of RGB (Red+Green+Blue) = 202+120+208=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D0 is #35872F. Grayscale: #9A9A9A. Windows color (decimal): -3508016 or 13662410. OLE color: 13662410.

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

Color convert

RGB202120208-
CMYK0.030.4200.18
HSL295.91º48.35%64.31%-
HSV(B)295.91º42.31%81.57%-
XYZ42.4630.5463.33-
YUV154.55158.17161.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 208 (81.64% from 255) = 39.25%
R=38.11%
G=22.64%
B=39.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021202080.030.4200.18295.9148.3564.31
HexCA78D032A0121283040
Octal31217032035202245060100
Binary11001010111100011010000111010100100101001010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78D0; }

 p { color: rgb(202,120,208); }

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

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

 a { background-color: rgb(202,120,208); }

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

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

 span { border-color: rgb(202,120,208); }

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