#CA69DF

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

Shades of Orchid #CA69DF

Tints of Orchid #CA69DF

Color information

#CA69DF (or 0xCA69DF) is unknown color: approx Orchid. HEX triplet: CA, 69 and DF. RGB value is (202,105,223). Sum of RGB (Red+Green+Blue) = 202+105+223=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69DF is #359620. Grayscale: #939393. Windows color (decimal): -3511841 or 14641610. OLE color: 14641610.

HSL color Cylindrical-coordinate representation of color #CA69DF: hue angle of 289.32º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA69DF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202105223-
CMYK0.090.5300.13
HSL289.32º64.84%64.31%-
HSV(B)289.32º52.91%87.45%-
XYZ42.7327.9972.96-
YUV147.45170.64166.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 105 (41.41% from 255) = 19.81%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=38.11%
G=19.81%
B=42.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021052230.090.5300.13289.3264.8464.31
HexCA69DF9350D1214140
Octal3121513371165015441101100
Binary1100101011010011101111110011101010110110010000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69DF; }

 p { color: rgb(202,105,223); }

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

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

 a { background-color: rgb(202,105,223); }

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

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

 span { border-color: rgb(202,105,223); }

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