Html Css Color HEX #CE82BF Orchid

📋 copy color: '#CE82BF'

red 206 ◦ green 130 ◦ blue 191

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

Shades of Orchid #CE82BF

Tints of Orchid #CE82BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.24%

R = 39.09%
G = 24.67%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE82BF (or 0xCE82BF) is known color: Orchid. HEX triplet: CE, 82 and BF. RGB value is (206,130,191). Sum of RGB (Red+Green+Blue) = 206+130+191=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BF is #317D40. Grayscale: #9F9F9F. Windows color (decimal): -3243329 or 12550862. OLE color: 12550862.

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

Color convert

RGB 206 130 191 -
CMYK 0 0.37 0.07 0.19
HSL 311.84º 0.44% 0.66% -
HSV(B) 311.84º 0.37% 0.81% -
XYZ 42.84 32.85 53.37 -
YUV 159.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 206 130 191 0 0.37 0.07 0.19 311.84 0.44 0.66
Hex CE 82 BF 0 25 7 13 138 2C 42
Octal 316 202 277 0 45 7 23 470 54 102
Binary 11001110 10000010 10111111 0 100101 111 10011 100111000 101100 1000010

Color Harmonies of #CE82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82BF

Black with #CE82BF

Text Example


Text Example

White with #CE82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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