Html Css Color HEX #CE83BE Orchid

📋 copy color: '#CE83BE'

red 206 ◦ green 131 ◦ blue 190

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

Shades of Orchid #CE83BE

Tints of Orchid #CE83BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 39.09%
G = 24.86%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE83BE (or 0xCE83BE) is known color: Orchid. HEX triplet: CE, 83 and BE. RGB value is (206,131,190). Sum of RGB (Red+Green+Blue) = 206+131+190=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83BE is #317C41. Grayscale: #9F9F9F. Windows color (decimal): -3243074 or 12485582. OLE color: 12485582.

HSL color Cylindrical-coordinate representation of color #CE83BE: hue angle of 312.8º 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 #CE83BE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 190 -
CMYK 0 0.36 0.08 0.19
HSL 312.8º 0.43% 0.66% -
HSV(B) 312.8º 0.36% 0.81% -
XYZ 42.86 33.07 52.84 -
YUV 160.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 206 131 190 0 0.36 0.08 0.19 312.8 0.43 0.66
Hex CE 83 BE 0 24 8 13 139 2B 42
Octal 316 203 276 0 44 10 23 471 53 102
Binary 11001110 10000011 10111110 0 100100 1000 10011 100111001 101011 1000010

Color Harmonies of #CE83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83BE

Black with #CE83BE

Text Example


Text Example

White with #CE83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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