#ce75d6

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

Shades of Orchid #CE75D6

Tints of Orchid #CE75D6

Color information

#CE75D6 (or 0xCE75D6) is unknown color: approx Orchid. HEX triplet: CE, 75 and D6. RGB value is (206,117,214). Sum of RGB (Red+Green+Blue) = 206+117+214=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D6 is #318A29. Grayscale: #9A9A9A. Windows color (decimal): -3246634 or 14054862. OLE color: 14054862.

HSL color Cylindrical-coordinate representation of color #CE75D6: hue angle of 295.05º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE75D6 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206117214-
CMYK0.040.4500.16
HSL295.05º54.19%64.9%-
HSV(B)295.05º45.33%83.92%-
XYZ43.9530.767.23-
YUV154.67161.49164.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=38.36%
G=21.79%
B=39.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061172140.040.4500.16295.0554.1964.9
HexCE75D642D0101273641
Octal31616532645502044766101
Binary110011101110101110101101001011010100001001001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce75d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce75d6; }

 p { color: rgb(206,117,214); }

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

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

 a { background-color: rgb(206,117,214); }

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

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

 span { border-color: rgb(206,117,214); }

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