#CA7BD1

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

Shades of Orchid #CA7BD1

Tints of Orchid #CA7BD1

Color information

#CA7BD1 (or 0xCA7BD1) is unknown color: approx Orchid. HEX triplet: CA, 7B and D1. RGB value is (202,123,209). Sum of RGB (Red+Green+Blue) = 202+123+209=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA7BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BD1 is #35842E. Grayscale: #9C9C9C. Windows color (decimal): -3507247 or 13728714. OLE color: 13728714.

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

Color convert

RGB202123209-
CMYK0.030.4100.18
HSL295.12º48.31%65.1%-
HSV(B)295.12º41.15%81.96%-
XYZ42.9531.3364.1-
YUV156.42157.67160.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 123 (48.44% from 255) = 23.03%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=37.83%
G=23.03%
B=39.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021232090.030.4100.18295.1248.3165.1
HexCA7BD13290121273041
Octal31217332135102244760101
Binary11001010111101111010001111010010100101001001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BD1; }

 p { color: rgb(202,123,209); }

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

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

 a { background-color: rgb(202,123,209); }

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

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

 span { border-color: rgb(202,123,209); }

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