Html Css Color HEX #CE82BE Orchid

📋 copy color: '#CE82BE'

red 206 ◦ green 130 ◦ blue 190

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

Shades of Orchid #CE82BE

Tints of Orchid #CE82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.71%

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

R = 39.16%
G = 24.71%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE82BE (or 0xCE82BE) is known color: Orchid. HEX triplet: CE, 82 and BE. RGB value is (206,130,190). Sum of RGB (Red+Green+Blue) = 206+130+190=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BE is #317D41. Grayscale: #9F9F9F. Windows color (decimal): -3243330 or 12485326. OLE color: 12485326.

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

Color convert

RGB 206 130 190 -
CMYK 0 0.37 0.08 0.19
HSL 312.63º 0.44% 0.66% -
HSV(B) 312.63º 0.37% 0.81% -
XYZ 42.73 32.8 52.8 -
YUV 159.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 206 130 190 0 0.37 0.08 0.19 312.63 0.44 0.66
Hex CE 82 BE 0 25 8 13 139 2C 42
Octal 316 202 276 0 45 10 23 471 54 102
Binary 11001110 10000010 10111110 0 100101 1000 10011 100111001 101100 1000010

Color Harmonies of #CE82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82BE

Black with #CE82BE

Text Example


Text Example

White with #CE82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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