#CA7DBE

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

Shades of Orchid #CA7DBE

Tints of Orchid #CA7DBE

Color information

#CA7DBE (or 0xCA7DBE) is unknown color: approx Orchid. HEX triplet: CA, 7D and BE. RGB value is (202,125,190). Sum of RGB (Red+Green+Blue) = 202+125+190=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DBE is #358241. Grayscale: #9B9B9B. Windows color (decimal): -3506754 or 12484042. OLE color: 12484042.

HSL color Cylindrical-coordinate representation of color #CA7DBE: hue angle of 309.35º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DBE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202125190-
CMYK00.380.060.21
HSL309.35º42.08%64.12%-
HSV(B)309.35º38.12%79.22%-
XYZ40.9930.9452.53-
YUV155.43147.51161.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=39.07%
G=24.18%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212519000.380.060.21309.3542.0864.12
HexCA7DBE0266151352a40
Octal31217527604662546552100
Binary110010101111101101111100100110110101011001101011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DBE; }

 p { color: rgb(202,125,190); }

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

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

 a { background-color: rgb(202,125,190); }

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

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

 span { border-color: rgb(202,125,190); }

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