Html Css Color HEX #CE87D3 Orchid

📋 copy color: '#CE87D3'

red 206 ◦ green 135 ◦ blue 211

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

Shades of Orchid #CE87D3

Tints of Orchid #CE87D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.22%

R = 37.32%
G = 24.46%
B = 38.22%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE87D3 (or 0xCE87D3) is known color: Orchid. HEX triplet: CE, 87 and D3. RGB value is (206,135,211). Sum of RGB (Red+Green+Blue) = 206+135+211=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87D3 is #31782C. Grayscale: #A4A4A4. Windows color (decimal): -3242029 or 13862862. OLE color: 13862862.

HSL color Cylindrical-coordinate representation of color #CE87D3: hue angle of 296.05º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE87D3 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 135 211 -
CMYK 0.02 0.36 0 0.17
HSL 296.05º 0.46% 0.68% -
HSV(B) 296.05º 0.36% 0.83% -
XYZ 45.88 35.15 66 -
YUV 164.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 206 135 211 0.02 0.36 0 0.17 296.05 0.46 0.68
Hex CE 87 D3 2 24 0 11 128 2E 44
Octal 316 207 323 2 44 0 21 450 56 104
Binary 11001110 10000111 11010011 10 100100 0 10001 100101000 101110 1000100

Color Harmonies of #CE87D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE87D3

Black with #CE87D3

Text Example


Text Example

White with #CE87D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE87D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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