Html Css Color HEX #CE87CF Orchid

📋 copy color: '#CE87CF'

red 206 ◦ green 135 ◦ blue 207

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

Shades of Orchid #CE87CF

Tints of Orchid #CE87CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 37.59%
G = 24.64%
B = 37.77%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE87CF (or 0xCE87CF) is known color: Orchid. HEX triplet: CE, 87 and CF. RGB value is (206,135,207). Sum of RGB (Red+Green+Blue) = 206+135+207=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87CF is #317830. Grayscale: #A4A4A4. Windows color (decimal): -3242033 or 13600718. OLE color: 13600718.

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

Color convert

RGB 206 135 207 -
CMYK 0.00 0.35 0 0.19
HSL 299.17º 0.43% 0.67% -
HSV(B) 299.17º 0.35% 0.81% -
XYZ 45.38 34.95 63.39 -
YUV 164.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 206 135 207 0.00 0.35 0 0.19 299.17 0.43 0.67
Hex CE 87 CF 0 23 0 13 12B 2B 43
Octal 316 207 317 0 43 0 23 453 53 103
Binary 11001110 10000111 11001111 0 100011 0 10011 100101011 101011 1000011

Color Harmonies of #CE87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE87CF

Black with #CE87CF

Text Example


Text Example

White with #CE87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE87CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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