Html Css Color HEX #CE6DDD Orchid

📋 copy color: '#CE6DDD'

red 206 ◦ green 109 ◦ blue 221

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

Shades of Orchid #CE6DDD

Tints of Orchid #CE6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 38.43%
G = 20.34%
B = 41.23%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6DDD (or 0xCE6DDD) is known color: Orchid. HEX triplet: CE, 6D and DD. RGB value is (206,109,221). Sum of RGB (Red+Green+Blue) = 206+109+221=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DDD is #319222. Grayscale: #969696. Windows color (decimal): -3248675 or 14511566. OLE color: 14511566.

HSL color Cylindrical-coordinate representation of color #CE6DDD: hue angle of 291.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6DDD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 109 221 -
CMYK 0.07 0.51 0 0.13
HSL 291.96º 0.62% 0.65% -
HSV(B) 291.96º 0.51% 0.87% -
XYZ 43.97 29.28 71.74 -
YUV 150.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 206 109 221 0.07 0.51 0 0.13 291.96 0.62 0.65
Hex CE 6D DD 7 33 0 D 124 3E 41
Octal 316 155 335 7 63 0 15 444 76 101
Binary 11001110 1101101 11011101 111 110011 0 1101 100100100 111110 1000001

Color Harmonies of #CE6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DDD

Black with #CE6DDD

Text Example


Text Example

White with #CE6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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