#CA6FD8

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

Shades of Orchid #CA6FD8

Tints of Orchid #CA6FD8

Color information

#CA6FD8 (or 0xCA6FD8) is unknown color: approx Orchid. HEX triplet: CA, 6F and D8. RGB value is (202,111,216). Sum of RGB (Red+Green+Blue) = 202+111+216=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FD8 is #359027. Grayscale: #959595. Windows color (decimal): -3510312 or 14184394. OLE color: 14184394.

HSL color Cylindrical-coordinate representation of color #CA6FD8: hue angle of 292º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6FD8 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202111216-
CMYK0.060.4900.15
HSL292º57.38%64.12%-
HSV(B)292º48.61%84.71%-
XYZ42.4428.8868.3-
YUV150.18165.15164.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=38.19%
G=20.98%
B=40.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021112160.060.4900.1529257.3864.12
HexCA6FD86310F1243940
Octal31215733066101744471100
Binary11001010110111111011000110110001011111001001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FD8; }

 p { color: rgb(202,111,216); }

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

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

 a { background-color: rgb(202,111,216); }

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

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

 span { border-color: rgb(202,111,216); }

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