Html Css Color HEX #CE6DDE Orchid

📋 copy color: '#CE6DDE'

red 206 ◦ green 109 ◦ blue 222

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

Shades of Orchid #CE6DDE

Tints of Orchid #CE6DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 38.36%
G = 20.3%
B = 41.34%

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

#CE6DDE (or 0xCE6DDE) is known color: Orchid. HEX triplet: CE, 6D and DE. RGB value is (206,109,222). Sum of RGB (Red+Green+Blue) = 206+109+222=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DDE is #319221. Grayscale: #969696. Windows color (decimal): -3248674 or 14577102. OLE color: 14577102.

HSL color Cylindrical-coordinate representation of color #CE6DDE: hue angle of 291.5º degrees, saturation: 0.63, 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 #CE6DDE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 109 222 -
CMYK 0.07 0.51 0 0.13
HSL 291.5º 0.63% 0.65% -
HSV(B) 291.5º 0.51% 0.87% -
XYZ 44.11 29.33 72.44 -
YUV 150.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 206 109 222 0.07 0.51 0 0.13 291.5 0.63 0.65
Hex CE 6D DE 7 33 0 D 124 3F 41
Octal 316 155 336 7 63 0 15 444 77 101
Binary 11001110 1101101 11011110 111 110011 0 1101 100100100 111111 1000001

Color Harmonies of #CE6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DDE

Black with #CE6DDE

Text Example


Text Example

White with #CE6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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