Html Css Color HEX #CE6ED6 Orchid

📋 copy color: '#CE6ED6'

red 206 ◦ green 110 ◦ blue 214

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

Shades of Orchid #CE6ED6

Tints of Orchid #CE6ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 38.87%
G = 20.75%
B = 40.38%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE6ED6 (or 0xCE6ED6) is known color: Orchid. HEX triplet: CE, 6E and D6. RGB value is (206,110,214). Sum of RGB (Red+Green+Blue) = 206+110+214=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ED6 is #319129. Grayscale: #969696. Windows color (decimal): -3248426 or 14053070. OLE color: 14053070.

HSL color Cylindrical-coordinate representation of color #CE6ED6: hue angle of 295.38º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6ED6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 110 214 -
CMYK 0.04 0.49 0 0.16
HSL 295.38º 0.56% 0.64% -
HSV(B) 295.38º 0.49% 0.84% -
XYZ 43.17 29.13 66.97 -
YUV 150.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 206 110 214 0.04 0.49 0 0.16 295.38 0.56 0.64
Hex CE 6E D6 4 31 0 10 127 38 40
Octal 316 156 326 4 61 0 20 447 70 100
Binary 11001110 1101110 11010110 100 110001 0 10000 100100111 111000 1000000

Color Harmonies of #CE6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ED6

Black with #CE6ED6

Text Example


Text Example

White with #CE6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ED6; }

 p { color: rgb(206,110,214); }

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

background-color css

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

 a { background-color: rgb(206,110,214); }

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

border-color css

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

 span { border-color: rgb(206,110,214); }

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