Html Css Color HEX #CE6ED7 Orchid

📋 copy color: '#CE6ED7'

red 206 ◦ green 110 ◦ blue 215

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

Shades of Orchid #CE6ED7

Tints of Orchid #CE6ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 38.79%
G = 20.72%
B = 40.49%

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

#CE6ED7 (or 0xCE6ED7) is known color: Orchid. HEX triplet: CE, 6E and D7. RGB value is (206,110,215). Sum of RGB (Red+Green+Blue) = 206+110+215=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE6ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ED7 is #319128. Grayscale: #969696. Windows color (decimal): -3248425 or 14118606. OLE color: 14118606.

HSL color Cylindrical-coordinate representation of color #CE6ED7: hue angle of 294.86º degrees, saturation: 0.57, 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 #CE6ED7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 110 215 -
CMYK 0.04 0.49 0 0.16
HSL 294.86º 0.57% 0.64% -
HSV(B) 294.86º 0.49% 0.84% -
XYZ 43.3 29.18 67.64 -
YUV 150.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 206 110 215 0.04 0.49 0 0.16 294.86 0.57 0.64
Hex CE 6E D7 4 31 0 10 127 39 40
Octal 316 156 327 4 61 0 20 447 71 100
Binary 11001110 1101110 11010111 100 110001 0 10000 100100111 111001 1000000

Color Harmonies of #CE6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ED7

Black with #CE6ED7

Text Example


Text Example

White with #CE6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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