#CE65C8

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

Shades of Orchid #CE65C8

Tints of Orchid #CE65C8

Color information

#CE65C8 (or 0xCE65C8) is unknown color: approx Orchid. HEX triplet: CE, 65 and C8. RGB value is (206,101,200). Sum of RGB (Red+Green+Blue) = 206+101+200=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C8 is #319A37. Grayscale: #8F8F8F. Windows color (decimal): -3250744 or 13133262. OLE color: 13133262.

HSL color Cylindrical-coordinate representation of color #CE65C8: hue angle of 303.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE65C8 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206101200-
CMYK00.510.030.19
HSL303.43º51.72%60.2%-
HSV(B)303.43º50.97%80.78%-
XYZ40.5326.657.64-
YUV143.68159.79172.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=40.63%
G=19.92%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610120000.510.030.19303.4351.7260.2
HexCE65C803331312f343c
Octal3161453100633234576474
Binary1100111011001011100100001100111110011100101111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65C8; }

 p { color: rgb(206,101,200); }

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

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

 a { background-color: rgb(206,101,200); }

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

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

 span { border-color: rgb(206,101,200); }

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