#CE69DA

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

Shades of Orchid #CE69DA

Tints of Orchid #CE69DA

Color information

#CE69DA (or 0xCE69DA) is unknown color: approx Orchid. HEX triplet: CE, 69 and DA. RGB value is (206,105,218). Sum of RGB (Red+Green+Blue) = 206+105+218=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69DA is #319625. Grayscale: #939393. Windows color (decimal): -3249702 or 14313934. OLE color: 14313934.

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

Color convert

RGB206105218-
CMYK0.060.5200.15
HSL293.63º60.43%63.33%-
HSV(B)293.63º51.83%85.49%-
XYZ43.1628.2969.51-
YUV148.08167.46169.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=38.94%
G=19.85%
B=41.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061052180.060.5200.15293.6360.4363.33
HexCE69DA6340F1263c3f
Octal3161513326640174467477
Binary1100111011010011101101011011010001111100100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69DA; }

 p { color: rgb(206,105,218); }

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

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

 a { background-color: rgb(206,105,218); }

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

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

 span { border-color: rgb(206,105,218); }

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