#CE83CA

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

Shades of Orchid #CE83CA

Tints of Orchid #CE83CA

Color information

#CE83CA (or 0xCE83CA) is unknown color: approx Orchid. HEX triplet: CE, 83 and CA. RGB value is (206,131,202). Sum of RGB (Red+Green+Blue) = 206+131+202=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83CA is #317C35. Grayscale: #A1A1A1. Windows color (decimal): -3243062 or 13272014. OLE color: 13272014.

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

Color convert

RGB206131202-
CMYK00.360.020.19
HSL303.2º43.35%66.08%-
HSV(B)303.2º36.41%80.78%-
XYZ44.2333.6260.03-
YUV161.52150.85159.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=38.22%
G=24.30%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613120200.360.020.19303.243.3566.08
HexCE83CA02421312f2b42
Octal31620331204422345753102
Binary110011101000001111001010010010010100111001011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83CA; }

 p { color: rgb(206,131,202); }

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

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

 a { background-color: rgb(206,131,202); }

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

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

 span { border-color: rgb(206,131,202); }

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