Html Css Color HEX #CE83D8 Orchid

📋 copy color: '#CE83D8'

red 206 ◦ green 131 ◦ blue 216

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

Shades of Orchid #CE83D8

Tints of Orchid #CE83D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 37.25%
G = 23.69%
B = 39.06%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE83D8 (or 0xCE83D8) is known color: Orchid. HEX triplet: CE, 83 and D8. RGB value is (206,131,216). Sum of RGB (Red+Green+Blue) = 206+131+216=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE83D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83D8 is #317C27. Grayscale: #A2A2A2. Windows color (decimal): -3243048 or 14189518. OLE color: 14189518.

HSL color Cylindrical-coordinate representation of color #CE83D8: hue angle of 292.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE83D8 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 131 216 -
CMYK 0.05 0.39 0 0.15
HSL 292.94º 0.52% 0.68% -
HSV(B) 292.94º 0.39% 0.85% -
XYZ 45.96 34.31 69.17 -
YUV 163.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 206 131 216 0.05 0.39 0 0.15 292.94 0.52 0.68
Hex CE 83 D8 5 27 0 F 125 34 44
Octal 316 203 330 5 47 0 17 445 64 104
Binary 11001110 10000011 11011000 101 100111 0 1111 100100101 110100 1000100

Color Harmonies of #CE83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83D8

Black with #CE83D8

Text Example


Text Example

White with #CE83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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