Html Css Color HEX #CE87CE Orchid

📋 copy color: '#CE87CE'

red 206 ◦ green 135 ◦ blue 206

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

Shades of Orchid #CE87CE

Tints of Orchid #CE87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 37.66%
G = 24.68%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE87CE (or 0xCE87CE) is known color: Orchid. HEX triplet: CE, 87 and CE. RGB value is (206,135,206). Sum of RGB (Red+Green+Blue) = 206+135+206=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87CE is #317831. Grayscale: #A4A4A4. Windows color (decimal): -3242034 or 13535182. OLE color: 13535182.

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

Color convert

RGB 206 135 206 -
CMYK 0 0.34 0 0.19
HSL 300º 0.42% 0.67% -
HSV(B) 300º 0.34% 0.81% -
XYZ 45.26 34.91 62.74 -
YUV 164.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 206 135 206 0 0.34 0 0.19 300 0.42 0.67
Hex CE 87 CE 0 22 0 13 12C 2A 43
Octal 316 207 316 0 42 0 23 454 52 103
Binary 11001110 10000111 11001110 0 100010 0 10011 100101100 101010 1000011

Color Harmonies of #CE87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE87CE

Black with #CE87CE

Text Example


Text Example

White with #CE87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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