#ce75c1

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

Shades of Orchid #CE75C1

Tints of Orchid #CE75C1

Color information

#CE75C1 (or 0xCE75C1) is unknown color: approx Orchid. HEX triplet: CE, 75 and C1. RGB value is (206,117,193). Sum of RGB (Red+Green+Blue) = 206+117+193=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C1 is #318A3E. Grayscale: #989898. Windows color (decimal): -3246655 or 12678606. OLE color: 12678606.

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

Color convert

RGB206117193-
CMYK00.430.060.19
HSL308.76º47.59%63.33%-
HSV(B)308.76º43.2%80.78%-
XYZ41.4429.6954-
YUV152.28150.99166.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=39.92%
G=22.67%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611719300.430.060.19308.7647.5963.33
HexCE75C102B613135303f
Octal3161653010536234656077
Binary11001110111010111000001010101111010011100110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce75c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce75c1; }

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

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

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

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

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

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

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

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