Html Css Color HEX #CE87CD Orchid

📋 copy color: '#CE87CD'

red 206 ◦ green 135 ◦ blue 205

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

Shades of Orchid #CE87CD

Tints of Orchid #CE87CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 37.73%
G = 24.73%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE87CD (or 0xCE87CD) is known color: Orchid. HEX triplet: CE, 87 and CD. RGB value is (206,135,205). Sum of RGB (Red+Green+Blue) = 206+135+205=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87CD is #317832. Grayscale: #A4A4A4. Windows color (decimal): -3242035 or 13469646. OLE color: 13469646.

HSL color Cylindrical-coordinate representation of color #CE87CD: hue angle of 300.85º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87CD is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 205 -
CMYK 0 0.34 0.00 0.19
HSL 300.85º 0.42% 0.67% -
HSV(B) 300.85º 0.34% 0.81% -
XYZ 45.14 34.86 62.11 -
YUV 164.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 206 135 205 0 0.34 0.00 0.19 300.85 0.42 0.67
Hex CE 87 CD 0 22 0 13 12D 2A 43
Octal 316 207 315 0 42 0 23 455 52 103
Binary 11001110 10000111 11001101 0 100010 0 10011 100101101 101010 1000011

Color Harmonies of #CE87CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE87CD

Black with #CE87CD

Text Example


Text Example

White with #CE87CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE87CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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