Html Css Color HEX #CE83DF Orchid

📋 copy color: '#CE83DF'

red 206 ◦ green 131 ◦ blue 223

#CE83DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CE83DF

Tints of Orchid #CE83DF

RGB

 RED value IS 206 (80.86% from 255) = 36.79%

 GREEN value IS 131 (51.56% from 255) = 23.39%

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 36.79%
G = 23.39%
B = 39.82%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE83DF (or 0xCE83DF) is known color: Orchid. HEX triplet: CE, 83 and DF. RGB value is (206,131,223). Sum of RGB (Red+Green+Blue) = 206+131+223=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83DF is #317C20. Grayscale: #A3A3A3. Windows color (decimal): -3243041 or 14648270. OLE color: 14648270.

HSL color Cylindrical-coordinate representation of color #CE83DF: hue angle of 288.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE83DF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 131 223 -
CMYK 0.08 0.41 0 0.13
HSL 288.91º 0.59% 0.69% -
HSV(B) 288.91º 0.41% 0.87% -
XYZ 46.89 34.68 74.04 -
YUV 163.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 206 131 223 0.08 0.41 0 0.13 288.91 0.59 0.69
Hex CE 83 DF 8 29 0 D 121 3B 45
Octal 316 203 337 10 51 0 15 441 73 105
Binary 11001110 10000011 11011111 1000 101001 0 1101 100100001 111011 1000101

Color Harmonies of #CE83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83DF

Black with #CE83DF

Text Example


Text Example

White with #CE83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83DF; }

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

 H1.HeaderClassName
 {
   color: #CE83DF;
 }
 .AnyTagClassName
 {
   color: #CE83DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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