Html Css Color HEX #CE6DD8 Orchid

📋 copy color: '#CE6DD8'

red 206 ◦ green 109 ◦ blue 216

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

Shades of Orchid #CE6DD8

Tints of Orchid #CE6DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 38.79%
G = 20.53%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE6DD8 (or 0xCE6DD8) is known color: Orchid. HEX triplet: CE, 6D and D8. RGB value is (206,109,216). Sum of RGB (Red+Green+Blue) = 206+109+216=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DD8 is #319227. Grayscale: #959595. Windows color (decimal): -3248680 or 14183886. OLE color: 14183886.

HSL color Cylindrical-coordinate representation of color #CE6DD8: hue angle of 294.39º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6DD8 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 109 216 -
CMYK 0.05 0.50 0 0.15
HSL 294.39º 0.58% 0.64% -
HSV(B) 294.39º 0.5% 0.85% -
XYZ 43.32 29.02 68.28 -
YUV 150.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 206 109 216 0.05 0.50 0 0.15 294.39 0.58 0.64
Hex CE 6D D8 5 32 0 F 126 3A 40
Octal 316 155 330 5 62 0 17 446 72 100
Binary 11001110 1101101 11011000 101 110010 0 1111 100100110 111010 1000000

Color Harmonies of #CE6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DD8

Black with #CE6DD8

Text Example


Text Example

White with #CE6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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