#CE6BC1

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

Shades of Orchid #CE6BC1

Tints of Orchid #CE6BC1

Color information

#CE6BC1 (or 0xCE6BC1) is unknown color: approx Orchid. HEX triplet: CE, 6B and C1. RGB value is (206,107,193). Sum of RGB (Red+Green+Blue) = 206+107+193=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC1 is #31943E. Grayscale: #929292. Windows color (decimal): -3249215 or 12676046. OLE color: 12676046.

HSL color Cylindrical-coordinate representation of color #CE6BC1: hue angle of 307.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BC1 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206107193-
CMYK00.480.060.19
HSL307.88º50.25%61.37%-
HSV(B)307.88º48.06%80.78%-
XYZ40.3427.4953.63-
YUV146.4154.3170.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=40.71%
G=21.15%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610719300.480.060.19307.8850.2561.37
HexCE6BC1030613134323d
Octal3161533010606234646275
Binary11001110110101111000001011000011010011100110100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BC1; }

 p { color: rgb(206,107,193); }

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

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

 a { background-color: rgb(206,107,193); }

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

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

 span { border-color: rgb(206,107,193); }

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