Html Css Color HEX #CE87D1 Orchid

📋 copy color: '#CE87D1'

red 206 ◦ green 135 ◦ blue 209

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

Shades of Orchid #CE87D1

Tints of Orchid #CE87D1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.55%

 BLUE value IS 209 (82.03% from 255) = 38%

R = 37.45%
G = 24.55%
B = 38%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE87D1 (or 0xCE87D1) is known color: Orchid. HEX triplet: CE, 87 and D1. RGB value is (206,135,209). Sum of RGB (Red+Green+Blue) = 206+135+209=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87D1 is #31782E. Grayscale: #A4A4A4. Windows color (decimal): -3242031 or 13731790. OLE color: 13731790.

HSL color Cylindrical-coordinate representation of color #CE87D1: hue angle of 297.57º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE87D1 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 135 209 -
CMYK 0.01 0.35 0 0.18
HSL 297.57º 0.45% 0.67% -
HSV(B) 297.57º 0.35% 0.82% -
XYZ 45.63 35.05 64.68 -
YUV 164.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 206 135 209 0.01 0.35 0 0.18 297.57 0.45 0.67
Hex CE 87 D1 1 23 0 12 12A 2D 43
Octal 316 207 321 1 43 0 22 452 55 103
Binary 11001110 10000111 11010001 1 100011 0 10010 100101010 101101 1000011

Color Harmonies of #CE87D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE87D1

Black with #CE87D1

Text Example


Text Example

White with #CE87D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE87D1; }

 p { color: rgb(206,135,209); }

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

background-color css

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

 a { background-color: rgb(206,135,209); }

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

border-color css

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

 span { border-color: rgb(206,135,209); }

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