Html Css Color HEX #CE83D6 Orchid

📋 copy color: '#CE83D6'

red 206 ◦ green 131 ◦ blue 214

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

Shades of Orchid #CE83D6

Tints of Orchid #CE83D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.84%

R = 37.39%
G = 23.77%
B = 38.84%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE83D6 (or 0xCE83D6) is known color: Orchid. HEX triplet: CE, 83 and D6. RGB value is (206,131,214). Sum of RGB (Red+Green+Blue) = 206+131+214=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE83D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83D6 is #317C29. Grayscale: #A2A2A2. Windows color (decimal): -3243050 or 14058446. OLE color: 14058446.

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

Color convert

RGB 206 131 214 -
CMYK 0.04 0.39 0 0.16
HSL 294.22º 0.5% 0.68% -
HSV(B) 294.22º 0.39% 0.84% -
XYZ 45.71 34.21 67.81 -
YUV 162.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 206 131 214 0.04 0.39 0 0.16 294.22 0.5 0.68
Hex CE 83 D6 4 27 0 10 126 32 44
Octal 316 203 326 4 47 0 20 446 62 104
Binary 11001110 10000011 11010110 100 100111 0 10000 100100110 110010 1000100

Color Harmonies of #CE83D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83D6

Black with #CE83D6

Text Example


Text Example

White with #CE83D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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