Html Css Color HEX #CE86D8 Orchid

📋 copy color: '#CE86D8'

red 206 ◦ green 134 ◦ blue 216

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

Shades of Orchid #CE86D8

Tints of Orchid #CE86D8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.1%

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 37.05%
G = 24.1%
B = 38.85%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE86D8 (or 0xCE86D8) is known color: Orchid. HEX triplet: CE, 86 and D8. RGB value is (206,134,216). Sum of RGB (Red+Green+Blue) = 206+134+216=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE86D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86D8 is #317927. Grayscale: #A4A4A4. Windows color (decimal): -3242280 or 14190286. OLE color: 14190286.

HSL color Cylindrical-coordinate representation of color #CE86D8: hue angle of 292.68º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE86D8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 134 216 -
CMYK 0.05 0.38 0 0.15
HSL 292.68º 0.51% 0.69% -
HSV(B) 292.68º 0.38% 0.85% -
XYZ 46.37 35.13 69.3 -
YUV 164.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 206 134 216 0.05 0.38 0 0.15 292.68 0.51 0.69
Hex CE 86 D8 5 26 0 F 125 33 45
Octal 316 206 330 5 46 0 17 445 63 105
Binary 11001110 10000110 11011000 101 100110 0 1111 100100101 110011 1000101

Color Harmonies of #CE86D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86D8

Black with #CE86D8

Text Example


Text Example

White with #CE86D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86D8; }

 p { color: rgb(206,134,216); }

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

background-color css

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

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

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

border-color css

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

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

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