#CA64D5

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

Shades of Orchid #CA64D5

Tints of Orchid #CA64D5

Color information

#CA64D5 (or 0xCA64D5) is unknown color: approx Orchid. HEX triplet: CA, 64 and D5. RGB value is (202,100,213). Sum of RGB (Red+Green+Blue) = 202+100+213=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA64D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64D5 is #359B2A. Grayscale: #8F8F8F. Windows color (decimal): -3513131 or 13984970. OLE color: 13984970.

HSL color Cylindrical-coordinate representation of color #CA64D5: hue angle of 294.16º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA64D5 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202100213-
CMYK0.050.5300.16
HSL294.16º57.36%61.37%-
HSV(B)294.16º53.05%83.53%-
XYZ40.9226.4765.9-
YUV143.38167.29169.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=39.22%
G=19.42%
B=41.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021002130.050.5300.16294.1657.3661.37
HexCA64D5535010126393d
Octal3121443255650204467175
Binary11001010110010011010101101110101010000100100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64D5; }

 p { color: rgb(202,100,213); }

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

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

 a { background-color: rgb(202,100,213); }

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

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

 span { border-color: rgb(202,100,213); }

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