Html Css Color HEX #CE6DBE Orchid

📋 copy color: '#CE6DBE'

red 206 ◦ green 109 ◦ blue 190

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

Shades of Orchid #CE6DBE

Tints of Orchid #CE6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 40.79%
G = 21.58%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE6DBE (or 0xCE6DBE) is known color: Orchid. HEX triplet: CE, 6D and BE. RGB value is (206,109,190). Sum of RGB (Red+Green+Blue) = 206+109+190=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DBE is #319241. Grayscale: #939393. Windows color (decimal): -3248706 or 12479950. OLE color: 12479950.

HSL color Cylindrical-coordinate representation of color #CE6DBE: hue angle of 309.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6DBE is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 190 -
CMYK 0 0.47 0.08 0.19
HSL 309.9º 0.5% 0.62% -
HSV(B) 309.9º 0.47% 0.81% -
XYZ 40.22 27.78 51.96 -
YUV 147.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 206 109 190 0 0.47 0.08 0.19 309.9 0.5 0.62
Hex CE 6D BE 0 2F 8 13 136 32 3E
Octal 316 155 276 0 57 10 23 466 62 76
Binary 11001110 1101101 10111110 0 101111 1000 10011 100110110 110010 111110

Color Harmonies of #CE6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DBE

Black with #CE6DBE

Text Example


Text Example

White with #CE6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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