#CE67D0

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

Shades of Orchid #CE67D0

Tints of Orchid #CE67D0

Color information

#CE67D0 (or 0xCE67D0) is unknown color: approx Orchid. HEX triplet: CE, 67 and D0. RGB value is (206,103,208). Sum of RGB (Red+Green+Blue) = 206+103+208=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67D0 is #31982F. Grayscale: #919191. Windows color (decimal): -3250224 or 13658062. OLE color: 13658062.

HSL color Cylindrical-coordinate representation of color #CE67D0: hue angle of 298.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67D0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206103208-
CMYK0.010.5000.18
HSL298.86º52.76%60.98%-
HSV(B)298.86º50.48%81.57%-
XYZ41.6927.3862.76-
YUV145.77163.12170.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=39.85%
G=19.92%
B=40.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061032080.010.5000.18298.8652.7660.98
HexCE67D013201212b353d
Octal3161473201620224536575
Binary110011101100111110100001110010010010100101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE67D0; }

 p { color: rgb(206,103,208); }

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

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

 a { background-color: rgb(206,103,208); }

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

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

 span { border-color: rgb(206,103,208); }

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